Html Css Color HEX #FF8A21 Carrot Orange

📋 copy color: '#FF8A21'

red 255 ◦ green 138 ◦ blue 33

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

Shades of Carrot Orange #FF8A21

Tints of Carrot Orange #FF8A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.75%

R = 59.86%
G = 32.39%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF8A21 (or 0xFF8A21) is known color: Carrot Orange. HEX triplet: FF, 8A and 21. RGB value is (255,138,33). Sum of RGB (Red+Green+Blue) = 255+138+33=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 33 (13.28% from 255 or 7.75% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8A21 is #0075DE. Grayscale: #A1A1A1. Windows color (decimal): -30175 or 2198271. OLE color: 2198271.

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

Color convert

RGB 255 138 33 -
CMYK 0 0.46 0.87 0
HSL 28.38º 1% 0.56% -
HSV(B) 28.38º 0.87% 1% -
XYZ 50.6 39.55 6.41 -
YUV 161.01 55.76 195.04 -
System Red Green Blue C M Y K H S L
Decimal 255 138 33 0 0.46 0.87 0 28.38 1 0.56
Hex FF 8A 21 0 2E 57 0 1C 64 38
Octal 377 212 41 0 56 127 0 34 144 70
Binary 11111111 10001010 100001 0 101110 1010111 0 11100 1100100 111000

Color Harmonies of #FF8A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A21

Black with #FF8A21

Text Example


Text Example

White with #FF8A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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