Html Css Color HEX #FF8C16 Carrot Orange

📋 copy color: '#FF8C16'

red 255 ◦ green 140 ◦ blue 22

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

Shades of Carrot Orange #FF8C16

Tints of Carrot Orange #FF8C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.28%

R = 61.15%
G = 33.57%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF8C16 (or 0xFF8C16) is known color: Carrot Orange. HEX triplet: FF, 8C and 16. RGB value is (255,140,22). Sum of RGB (Red+Green+Blue) = 255+140+22=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8C16 is #0073E9. Grayscale: #A1A1A1. Windows color (decimal): -29674 or 1477887. OLE color: 1477887.

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

Color convert

RGB 255 140 22 -
CMYK 0 0.45 0.91 0
HSL 30.39º 1% 0.54% -
HSV(B) 30.39º 0.91% 1% -
XYZ 50.76 40.07 5.82 -
YUV 160.93 49.6 195.09 -
System Red Green Blue C M Y K H S L
Decimal 255 140 22 0 0.45 0.91 0 30.39 1 0.54
Hex FF 8C 16 0 2D 5B 0 1E 64 36
Octal 377 214 26 0 55 133 0 36 144 66
Binary 11111111 10001100 10110 0 101101 1011011 0 11110 1100100 110110

Color Harmonies of #FF8C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C16

Black with #FF8C16

Text Example


Text Example

White with #FF8C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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