Html Css Color HEX #F09514 Carrot Orange

📋 copy color: '#F09514'

red 240 ◦ green 149 ◦ blue 20

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

Shades of Carrot Orange #F09514

Tints of Carrot Orange #F09514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.43%

 BLUE value IS 20 (8.2% from 255) = 4.89%

R = 58.68%
G = 36.43%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F09514 (or 0xF09514) is known color: Carrot Orange. HEX triplet: F0, 95 and 14. RGB value is (240,149,20). Sum of RGB (Red+Green+Blue) = 240+149+20=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F09514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09514 is #0F6AEB. Grayscale: #A2A2A2. Windows color (decimal): -1010412 or 1349104. OLE color: 1349104.

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

Color convert

RGB 240 149 20 -
CMYK 0 0.38 0.92 0.06
HSL 35.18º 0.88% 0.51% -
HSV(B) 35.18º 0.92% 0.94% -
XYZ 46.81 40.07 5.93 -
YUV 161.5 48.15 183.99 -
System Red Green Blue C M Y K H S L
Decimal 240 149 20 0 0.38 0.92 0.06 35.18 0.88 0.51
Hex F0 95 14 0 26 5C 6 23 58 33
Octal 360 225 24 0 46 134 6 43 130 63
Binary 11110000 10010101 10100 0 100110 1011100 110 100011 1011000 110011

Color Harmonies of #F09514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09514

Black with #F09514

Text Example


Text Example

White with #F09514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09514; }

 p { color: rgb(240,149,20); }

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

background-color css

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

 a { background-color: rgb(240,149,20); }

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

border-color css

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

 span { border-color: rgb(240,149,20); }

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