Html Css Color HEX #FF8C1E Carrot Orange

📋 copy color: '#FF8C1E'

red 255 ◦ green 140 ◦ blue 30

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

Shades of Carrot Orange #FF8C1E

Tints of Carrot Orange #FF8C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.06%

R = 60%
G = 32.94%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF8C1E (or 0xFF8C1E) is known color: Carrot Orange. HEX triplet: FF, 8C and 1E. RGB value is (255,140,30). Sum of RGB (Red+Green+Blue) = 255+140+30=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 30 (12.11% from 255 or 7.06% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C1E is #0073E1. Grayscale: #A2A2A2. Windows color (decimal): -29666 or 2002175. OLE color: 2002175.

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

Color convert

RGB 255 140 30 -
CMYK 0 0.45 0.88 0
HSL 29.33º 1% 0.56% -
HSV(B) 29.33º 0.88% 1% -
XYZ 50.85 40.11 6.29 -
YUV 161.85 53.6 194.44 -
System Red Green Blue C M Y K H S L
Decimal 255 140 30 0 0.45 0.88 0 29.33 1 0.56
Hex FF 8C 1E 0 2D 58 0 1D 64 38
Octal 377 214 36 0 55 130 0 35 144 70
Binary 11111111 10001100 11110 0 101101 1011000 0 11101 1100100 111000

Color Harmonies of #FF8C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C1E

Black with #FF8C1E

Text Example


Text Example

White with #FF8C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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