Html Css Color HEX #FF8D1E Carrot Orange

📋 copy color: '#FF8D1E'

red 255 ◦ green 141 ◦ blue 30

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

Shades of Carrot Orange #FF8D1E

Tints of Carrot Orange #FF8D1E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.1%

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

R = 59.86%
G = 33.1%
B = 7.04%

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

#FF8D1E (or 0xFF8D1E) is known color: Carrot Orange. HEX triplet: FF, 8D and 1E. RGB value is (255,141,30). Sum of RGB (Red+Green+Blue) = 255+141+30=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8D1E is #0072E1. Grayscale: #A2A2A2. Windows color (decimal): -29410 or 2002431. OLE color: 2002431.

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

Color convert

RGB 255 141 30 -
CMYK 0 0.45 0.88 0
HSL 29.6º 1% 0.56% -
HSV(B) 29.6º 0.88% 1% -
XYZ 51 40.4 6.34 -
YUV 162.43 53.27 194.03 -
System Red Green Blue C M Y K H S L
Decimal 255 141 30 0 0.45 0.88 0 29.6 1 0.56
Hex FF 8D 1E 0 2D 58 0 1E 64 38
Octal 377 215 36 0 55 130 0 36 144 70
Binary 11111111 10001101 11110 0 101101 1011000 0 11110 1100100 111000

Color Harmonies of #FF8D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8D1E

Black with #FF8D1E

Text Example


Text Example

White with #FF8D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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