#F38B2A

Color #F38B2A Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #F38B2A

Tints of Carrot Orange #F38B2A

Color information

#F38B2A (or 0xF38B2A) is unknown color: approx Carrot Orange. HEX triplet: F3, 8B and 2A. RGB value is (243,139,42). Sum of RGB (Red+Green+Blue) = 243+139+42=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F38B2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38B2A is #0C74D5. Grayscale: #9F9F9F. Windows color (decimal): -816342 or 2788339. OLE color: 2788339.

HSL color Cylindrical-coordinate representation of color #F38B2A: hue angle of 28.96º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F38B2A is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB24313942-
CMYK00.430.830.05
HSL28.96º89.33%55.88%-
HSV(B)28.96º82.72%95.29%-
XYZ46.6137.697.01-
YUV159.0461.96187.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 57.31%
GREEN value IS 139 (54.69% from 255) = 32.78%
BLUE value IS 42 (16.80% from 255) = 9.91%
R=57.31%
G=32.78%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431394200.430.830.0528.9689.3355.88
HexF38B2A02B5351d5938
Octal3632135205312353513170
Binary111100111000101110101001010111010011101111011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38B2A; }

 p { color: rgb(243,139,42); }

 H1.HeaderClassName
 {
   color: #F38B2A;
 }
 .AnyTagClassName
 {
   color: #F38B2A;
 }
</style>
background-color css

<style>
 a { background-color: #F38B2A; }

 a { background-color: rgb(243,139,42); }

 div.DivClassName
 {
   background-color: #F38B2A;
 }
 .BgClassName
 {
   background-color: #F38B2A;
 }
</style>
border-color css

<style>
 span { border-color: #F38B2A; }

 span { border-color: rgb(243,139,42); }

 td.TdClassName
 {
   border-color: #F38B2A;
 }
 .TagClassName
 {
   border-color: #F38B2A;
 }
</style>