Html Css Color HEX #FE9122 Carrot Orange

📋 copy color: '#FE9122'

red 254 ◦ green 145 ◦ blue 34

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

Shades of Carrot Orange #FE9122

Tints of Carrot Orange #FE9122

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.49%

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

R = 58.66%
G = 33.49%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE9122 (or 0xFE9122) is known color: Carrot Orange. HEX triplet: FE, 91 and 22. RGB value is (254,145,34). Sum of RGB (Red+Green+Blue) = 254+145+34=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 34 (13.67% from 255 or 7.85% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9122 is #016EDD. Grayscale: #A5A5A5. Windows color (decimal): -93918 or 2265598. OLE color: 2265598.

HSL color Cylindrical-coordinate representation of color #FE9122: hue angle of 30.27º 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 #FE9122 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 145 34 -
CMYK 0 0.43 0.87 0.00
HSL 30.27º 0.99% 0.56% -
HSV(B) 30.27º 0.87% 1% -
XYZ 51.29 41.44 6.81 -
YUV 164.94 54.11 191.53 -
System Red Green Blue C M Y K H S L
Decimal 254 145 34 0 0.43 0.87 0.00 30.27 0.99 0.56
Hex FE 91 22 0 2B 57 0 1E 63 38
Octal 376 221 42 0 53 127 0 36 143 70
Binary 11111110 10010001 100010 0 101011 1010111 0 11110 1100011 111000

Color Harmonies of #FE9122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9122

Black with #FE9122

Text Example


Text Example

White with #FE9122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9122; }

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

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

background-color css

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

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

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

border-color css

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

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

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