Html Css Color HEX #F09021 Carrot Orange

📋 copy color: '#F09021'

red 240 ◦ green 144 ◦ blue 33

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

Shades of Carrot Orange #F09021

Tints of Carrot Orange #F09021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.91%

R = 57.55%
G = 34.53%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F09021 (or 0xF09021) is known color: Carrot Orange. HEX triplet: F0, 90 and 21. RGB value is (240,144,33). Sum of RGB (Red+Green+Blue) = 240+144+33=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F09021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09021 is #0F6FDE. Grayscale: #A0A0A0. Windows color (decimal): -1011679 or 2199792. OLE color: 2199792.

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

Color convert

RGB 240 144 33 -
CMYK 0 0.4 0.86 0.06
HSL 32.17º 0.87% 0.54% -
HSV(B) 32.17º 0.86% 0.94% -
XYZ 46.18 38.58 6.45 -
YUV 160.05 56.3 185.03 -
System Red Green Blue C M Y K H S L
Decimal 240 144 33 0 0.4 0.86 0.06 32.17 0.87 0.54
Hex F0 90 21 0 28 56 6 20 57 36
Octal 360 220 41 0 50 126 6 40 127 66
Binary 11110000 10010000 100001 0 101000 1010110 110 100000 1010111 110110

Color Harmonies of #F09021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09021

Black with #F09021

Text Example


Text Example

White with #F09021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09021; }

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

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

background-color css

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

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

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

border-color css

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

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

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