Html Css Color HEX #F09015 Carrot Orange

📋 copy color: '#F09015'

red 240 ◦ green 144 ◦ blue 21

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

Shades of Carrot Orange #F09015

Tints of Carrot Orange #F09015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.56%

 BLUE value IS 21 (8.59% from 255) = 5.19%

R = 59.26%
G = 35.56%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F09015 (or 0xF09015) is known color: Carrot Orange. HEX triplet: F0, 90 and 15. RGB value is (240,144,21). Sum of RGB (Red+Green+Blue) = 240+144+21=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F09015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09015 is #0F6FEA. Grayscale: #9F9F9F. Windows color (decimal): -1011691 or 1413360. OLE color: 1413360.

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

Color convert

RGB 240 144 21 -
CMYK 0 0.4 0.91 0.06
HSL 33.7º 0.88% 0.51% -
HSV(B) 33.7º 0.91% 0.94% -
XYZ 46.04 38.53 5.72 -
YUV 158.68 50.3 186 -
System Red Green Blue C M Y K H S L
Decimal 240 144 21 0 0.4 0.91 0.06 33.7 0.88 0.51
Hex F0 90 15 0 28 5B 6 22 58 33
Octal 360 220 25 0 50 133 6 42 130 63
Binary 11110000 10010000 10101 0 101000 1011011 110 100010 1011000 110011

Color Harmonies of #F09015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09015

Black with #F09015

Text Example


Text Example

White with #F09015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09015; }

 p { color: rgb(240,144,21); }

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

background-color css

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

 a { background-color: rgb(240,144,21); }

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

border-color css

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

 span { border-color: rgb(240,144,21); }

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