Html Css Color HEX #FE8D22 Carrot Orange

📋 copy color: '#FE8D22'

red 254 ◦ green 141 ◦ blue 34

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

Shades of Carrot Orange #FE8D22

Tints of Carrot Orange #FE8D22

RGB

 RED value IS 254 (99.61% from 255) = 59.21%

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

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

R = 59.21%
G = 32.87%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE8D22 (or 0xFE8D22) is known color: Carrot Orange. HEX triplet: FE, 8D and 22. RGB value is (254,141,34). Sum of RGB (Red+Green+Blue) = 254+141+34=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 34 (13.67% from 255 or 7.93% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8D22 is #0172DD. Grayscale: #A3A3A3. Windows color (decimal): -94942 or 2264574. OLE color: 2264574.

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

Color convert

RGB 254 141 34 -
CMYK 0 0.44 0.87 0.00
HSL 29.18º 0.99% 0.56% -
HSV(B) 29.18º 0.87% 1% -
XYZ 50.69 40.24 6.61 -
YUV 162.59 55.44 193.2 -
System Red Green Blue C M Y K H S L
Decimal 254 141 34 0 0.44 0.87 0.00 29.18 0.99 0.56
Hex FE 8D 22 0 2C 57 0 1D 63 38
Octal 376 215 42 0 54 127 0 35 143 70
Binary 11111110 10001101 100010 0 101100 1010111 0 11101 1100011 111000

Color Harmonies of #FE8D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8D22

Black with #FE8D22

Text Example


Text Example

White with #FE8D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8D22; }

 p { color: rgb(254,141,34); }

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

background-color css

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

 a { background-color: rgb(254,141,34); }

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

border-color css

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

 span { border-color: rgb(254,141,34); }

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