Html Css Color HEX #FF8A1E Carrot Orange

📋 copy color: '#FF8A1E'

red 255 ◦ green 138 ◦ blue 30

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

Shades of Carrot Orange #FF8A1E

Tints of Carrot Orange #FF8A1E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.62%

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

R = 60.28%
G = 32.62%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF8A1E (or 0xFF8A1E) is known color: Carrot Orange. HEX triplet: FF, 8A and 1E. RGB value is (255,138,30). Sum of RGB (Red+Green+Blue) = 255+138+30=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 30 (12.11% from 255 or 7.09% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8A1E is #0075E1. Grayscale: #A1A1A1. Windows color (decimal): -30178 or 2001663. OLE color: 2001663.

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

Color convert

RGB 255 138 30 -
CMYK 0 0.46 0.88 0
HSL 28.8º 1% 0.56% -
HSV(B) 28.8º 0.88% 1% -
XYZ 50.56 39.53 6.19 -
YUV 160.67 54.26 195.28 -
System Red Green Blue C M Y K H S L
Decimal 255 138 30 0 0.46 0.88 0 28.8 1 0.56
Hex FF 8A 1E 0 2E 58 0 1D 64 38
Octal 377 212 36 0 56 130 0 35 144 70
Binary 11111111 10001010 11110 0 101110 1011000 0 11101 1100100 111000

Color Harmonies of #FF8A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A1E

Black with #FF8A1E

Text Example


Text Example

White with #FF8A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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