Html Css Color HEX #F09D1B Carrot Orange

📋 copy color: '#F09D1B'

red 240 ◦ green 157 ◦ blue 27

#F09D1B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #F09D1B

Tints of Carrot Orange #F09D1B

RGB

 RED value IS 240 (94.14% from 255) = 56.6%

 GREEN value IS 157 (61.72% from 255) = 37.03%

 BLUE value IS 27 (10.94% from 255) = 6.37%

R = 56.6%
G = 37.03%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F09D1B (or 0xF09D1B) is known color: Carrot Orange. HEX triplet: F0, 9D and 1B. RGB value is (240,157,27). Sum of RGB (Red+Green+Blue) = 240+157+27=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09D1B is #0F62E4. Grayscale: #A7A7A7. Windows color (decimal): -1008357 or 1809904. OLE color: 1809904.

HSL color Cylindrical-coordinate representation of color #F09D1B: hue angle of 36.62º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F09D1B is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 157 27 -
CMYK 0 0.35 0.89 0.06
HSL 36.62º 0.88% 0.52% -
HSV(B) 36.62º 0.89% 0.94% -
XYZ 48.19 42.72 6.74 -
YUV 167 49 180.07 -
System Red Green Blue C M Y K H S L
Decimal 240 157 27 0 0.35 0.89 0.06 36.62 0.88 0.52
Hex F0 9D 1B 0 23 59 6 25 58 34
Octal 360 235 33 0 43 131 6 45 130 64
Binary 11110000 10011101 11011 0 100011 1011001 110 100101 1011000 110100

Color Harmonies of #F09D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09D1B

Black with #F09D1B

Text Example


Text Example

White with #F09D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09D1B; }

 p { color: rgb(240,157,27); }

 H1.HeaderClassName
 {
   color: #F09D1B;
 }
 .AnyTagClassName
 {
   color: #F09D1B;
 }
</style>

background-color css

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

 a { background-color: rgb(240,157,27); }

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

border-color css

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

 span { border-color: rgb(240,157,27); }

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