Html Css Color HEX #FF9020 Carrot Orange

📋 copy color: '#FF9020'

red 255 ◦ green 144 ◦ blue 32

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

Shades of Carrot Orange #FF9020

Tints of Carrot Orange #FF9020

RGB

 RED value IS 255 (100% from 255) = 59.16%

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

 BLUE value IS 32 (12.89% from 255) = 7.42%

R = 59.16%
G = 33.41%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF9020 (or 0xFF9020) is known color: Carrot Orange. HEX triplet: FF, 90 and 20. RGB value is (255,144,32). Sum of RGB (Red+Green+Blue) = 255+144+32=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9020 is #006FDF. Grayscale: #A4A4A4. Windows color (decimal): -28640 or 2134271. OLE color: 2134271.

HSL color Cylindrical-coordinate representation of color #FF9020: hue angle of 30.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF9020 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 144 32 -
CMYK 0 0.44 0.87 0
HSL 30.13º 1% 0.56% -
HSV(B) 30.13º 0.87% 1% -
XYZ 51.47 41.31 6.63 -
YUV 164.42 53.27 192.61 -
System Red Green Blue C M Y K H S L
Decimal 255 144 32 0 0.44 0.87 0 30.13 1 0.56
Hex FF 90 20 0 2C 57 0 1E 64 38
Octal 377 220 40 0 54 127 0 36 144 70
Binary 11111111 10010000 100000 0 101100 1010111 0 11110 1100100 111000

Color Harmonies of #FF9020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9020

Black with #FF9020

Text Example


Text Example

White with #FF9020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9020; }

 p { color: rgb(255,144,32); }

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

background-color css

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

 a { background-color: rgb(255,144,32); }

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

border-color css

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

 span { border-color: rgb(255,144,32); }

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