Html Css Color HEX #FF8C20 Carrot Orange

📋 copy color: '#FF8C20'

red 255 ◦ green 140 ◦ blue 32

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

Shades of Carrot Orange #FF8C20

Tints of Carrot Orange #FF8C20

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

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

R = 59.72%
G = 32.79%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF8C20 (or 0xFF8C20) is known color: Carrot Orange. HEX triplet: FF, 8C and 20. RGB value is (255,140,32). Sum of RGB (Red+Green+Blue) = 255+140+32=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C20 is #0073DF. Grayscale: #A2A2A2. Windows color (decimal): -29664 or 2133247. OLE color: 2133247.

HSL color Cylindrical-coordinate representation of color #FF8C20: hue angle of 29.06º 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 #FF8C20 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 140 32 -
CMYK 0 0.45 0.87 0
HSL 29.06º 1% 0.56% -
HSV(B) 29.06º 0.87% 1% -
XYZ 50.88 40.12 6.43 -
YUV 162.07 54.6 194.28 -
System Red Green Blue C M Y K H S L
Decimal 255 140 32 0 0.45 0.87 0 29.06 1 0.56
Hex FF 8C 20 0 2D 57 0 1D 64 38
Octal 377 214 40 0 55 127 0 35 144 70
Binary 11111111 10001100 100000 0 101101 1010111 0 11101 1100100 111000

Color Harmonies of #FF8C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C20

Black with #FF8C20

Text Example


Text Example

White with #FF8C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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