Html Css Color HEX #FF8B20 Carrot Orange

📋 copy color: '#FF8B20'

red 255 ◦ green 139 ◦ blue 32

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

Shades of Carrot Orange #FF8B20

Tints of Carrot Orange #FF8B20

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.63%

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

R = 59.86%
G = 32.63%
B = 7.51%

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

#FF8B20 (or 0xFF8B20) is known color: Carrot Orange. HEX triplet: FF, 8B and 20. RGB value is (255,139,32). Sum of RGB (Red+Green+Blue) = 255+139+32=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8B20 is #0074DF. Grayscale: #A2A2A2. Windows color (decimal): -29920 or 2132991. OLE color: 2132991.

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

Color convert

RGB 255 139 32 -
CMYK 0 0.45 0.87 0
HSL 28.79º 1% 0.56% -
HSV(B) 28.79º 0.87% 1% -
XYZ 50.73 39.83 6.38 -
YUV 161.49 54.93 194.7 -
System Red Green Blue C M Y K H S L
Decimal 255 139 32 0 0.45 0.87 0 28.79 1 0.56
Hex FF 8B 20 0 2D 57 0 1D 64 38
Octal 377 213 40 0 55 127 0 35 144 70
Binary 11111111 10001011 100000 0 101101 1010111 0 11101 1100100 111000

Color Harmonies of #FF8B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8B20

Black with #FF8B20

Text Example


Text Example

White with #FF8B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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