Html Css Color HEX #FE9521 Carrot Orange

📋 copy color: '#FE9521'

red 254 ◦ green 149 ◦ blue 33

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

Shades of Carrot Orange #FE9521

Tints of Carrot Orange #FE9521

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.17%

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

R = 58.26%
G = 34.17%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE9521 (or 0xFE9521) is known color: Carrot Orange. HEX triplet: FE, 95 and 21. RGB value is (254,149,33). Sum of RGB (Red+Green+Blue) = 254+149+33=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9521 is #016ADE. Grayscale: #A7A7A7. Windows color (decimal): -92895 or 2201086. OLE color: 2201086.

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

Color convert

RGB 254 149 33 -
CMYK 0 0.41 0.87 0.00
HSL 31.49º 0.99% 0.56% -
HSV(B) 31.49º 0.87% 1% -
XYZ 51.9 42.68 6.94 -
YUV 167.17 52.29 189.93 -
System Red Green Blue C M Y K H S L
Decimal 254 149 33 0 0.41 0.87 0.00 31.49 0.99 0.56
Hex FE 95 21 0 29 57 0 1F 63 38
Octal 376 225 41 0 51 127 0 37 143 70
Binary 11111110 10010101 100001 0 101001 1010111 0 11111 1100011 111000

Color Harmonies of #FE9521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9521

Black with #FE9521

Text Example


Text Example

White with #FE9521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9521; }

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

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

background-color css

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

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

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

border-color css

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

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

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