Html Css Color HEX #FF8C22 Carrot Orange

📋 copy color: '#FF8C22'

red 255 ◦ green 140 ◦ blue 34

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

Shades of Carrot Orange #FF8C22

Tints of Carrot Orange #FF8C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.93%

R = 59.44%
G = 32.63%
B = 7.93%

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

#FF8C22 (or 0xFF8C22) is known color: Carrot Orange. HEX triplet: FF, 8C and 22. RGB value is (255,140,34). Sum of RGB (Red+Green+Blue) = 255+140+34=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 34 (13.67% from 255 or 7.93% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C22 is #0073DD. Grayscale: #A2A2A2. Windows color (decimal): -29662 or 2264319. OLE color: 2264319.

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

Color convert

RGB 255 140 34 -
CMYK 0 0.45 0.87 0
HSL 28.78º 1% 0.57% -
HSV(B) 28.78º 0.87% 1% -
XYZ 50.91 40.13 6.58 -
YUV 162.3 55.6 194.12 -
System Red Green Blue C M Y K H S L
Decimal 255 140 34 0 0.45 0.87 0 28.78 1 0.57
Hex FF 8C 22 0 2D 57 0 1D 64 39
Octal 377 214 42 0 55 127 0 35 144 71
Binary 11111111 10001100 100010 0 101101 1010111 0 11101 1100100 111001

Color Harmonies of #FF8C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C22

Black with #FF8C22

Text Example


Text Example

White with #FF8C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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