Html Css Color HEX #FE9220 Carrot Orange

📋 copy color: '#FE9220'

red 254 ◦ green 146 ◦ blue 32

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

Shades of Carrot Orange #FE9220

Tints of Carrot Orange #FE9220

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.8%

 BLUE value IS 32 (12.89% from 255) = 7.41%

R = 58.8%
G = 33.8%
B = 7.41%

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

#FE9220 (or 0xFE9220) is known color: Carrot Orange. HEX triplet: FE, 92 and 20. RGB value is (254,146,32). Sum of RGB (Red+Green+Blue) = 254+146+32=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9220 is #016DDF. Grayscale: #A5A5A5. Windows color (decimal): -93664 or 2134782. OLE color: 2134782.

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

Color convert

RGB 254 146 32 -
CMYK 0 0.43 0.87 0.00
HSL 30.81º 0.99% 0.56% -
HSV(B) 30.81º 0.87% 1% -
XYZ 51.41 41.73 6.71 -
YUV 165.3 52.78 191.27 -
System Red Green Blue C M Y K H S L
Decimal 254 146 32 0 0.43 0.87 0.00 30.81 0.99 0.56
Hex FE 92 20 0 2B 57 0 1F 63 38
Octal 376 222 40 0 53 127 0 37 143 70
Binary 11111110 10010010 100000 0 101011 1010111 0 11111 1100011 111000

Color Harmonies of #FE9220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9220

Black with #FE9220

Text Example


Text Example

White with #FE9220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9220; }

 p { color: rgb(254,146,32); }

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

background-color css

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

 a { background-color: rgb(254,146,32); }

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

border-color css

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

 span { border-color: rgb(254,146,32); }

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