Html Css Color HEX #F09A1C Carrot Orange

📋 copy color: '#F09A1C'

red 240 ◦ green 154 ◦ blue 28

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

Shades of Carrot Orange #F09A1C

Tints of Carrot Orange #F09A1C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.49%

 BLUE value IS 28 (11.33% from 255) = 6.64%

R = 56.87%
G = 36.49%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F09A1C (or 0xF09A1C) is known color: Carrot Orange. HEX triplet: F0, 9A and 1C. RGB value is (240,154,28). Sum of RGB (Red+Green+Blue) = 240+154+28=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09A1C is #0F65E3. Grayscale: #A5A5A5. Windows color (decimal): -1009124 or 1874672. OLE color: 1874672.

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

Color convert

RGB 240 154 28 -
CMYK 0 0.36 0.88 0.06
HSL 35.66º 0.88% 0.53% -
HSV(B) 35.66º 0.88% 0.94% -
XYZ 47.7 41.72 6.64 -
YUV 165.35 50.49 181.25 -
System Red Green Blue C M Y K H S L
Decimal 240 154 28 0 0.36 0.88 0.06 35.66 0.88 0.53
Hex F0 9A 1C 0 24 58 6 24 58 35
Octal 360 232 34 0 44 130 6 44 130 65
Binary 11110000 10011010 11100 0 100100 1011000 110 100100 1011000 110101

Color Harmonies of #F09A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09A1C

Black with #F09A1C

Text Example


Text Example

White with #F09A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09A1C; }

 p { color: rgb(240,154,28); }

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

background-color css

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

 a { background-color: rgb(240,154,28); }

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

border-color css

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

 span { border-color: rgb(240,154,28); }

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