Html Css Color HEX #FE9121 Carrot Orange

📋 copy color: '#FE9121'

red 254 ◦ green 145 ◦ blue 33

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

Shades of Carrot Orange #FE9121

Tints of Carrot Orange #FE9121

RGB

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

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

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

R = 58.8%
G = 33.56%
B = 7.64%

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

#FE9121 (or 0xFE9121) is known color: Carrot Orange. HEX triplet: FE, 91 and 21. RGB value is (254,145,33). Sum of RGB (Red+Green+Blue) = 254+145+33=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9121 is #016EDE. Grayscale: #A5A5A5. Windows color (decimal): -93919 or 2200062. OLE color: 2200062.

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

Color convert

RGB 254 145 33 -
CMYK 0 0.43 0.87 0.00
HSL 30.41º 0.99% 0.56% -
HSV(B) 30.41º 0.87% 1% -
XYZ 51.27 41.43 6.73 -
YUV 164.82 53.61 191.61 -
System Red Green Blue C M Y K H S L
Decimal 254 145 33 0 0.43 0.87 0.00 30.41 0.99 0.56
Hex FE 91 21 0 2B 57 0 1E 63 38
Octal 376 221 41 0 53 127 0 36 143 70
Binary 11111110 10010001 100001 0 101011 1010111 0 11110 1100011 111000

Color Harmonies of #FE9121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9121

Black with #FE9121

Text Example


Text Example

White with #FE9121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9121; }

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

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

background-color css

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

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

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

border-color css

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

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

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