Html Css Color HEX #FE9529 Neon Carrot

📋 copy color: '#FE9529'

red 254 ◦ green 149 ◦ blue 41

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

Shades of Neon Carrot #FE9529

Tints of Neon Carrot #FE9529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.23%

R = 57.21%
G = 33.56%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE9529 (or 0xFE9529) is known color: Neon Carrot. HEX triplet: FE, 95 and 29. RGB value is (254,149,41). Sum of RGB (Red+Green+Blue) = 254+149+41=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 41 (16.41% from 255 or 9.23% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9529 is #016AD6. Grayscale: #A8A8A8. Windows color (decimal): -92887 or 2725374. OLE color: 2725374.

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

Color convert

RGB 254 149 41 -
CMYK 0 0.41 0.84 0.00
HSL 30.42º 0.99% 0.58% -
HSV(B) 30.42º 0.84% 1% -
XYZ 52.02 42.73 7.6 -
YUV 168.08 56.29 189.28 -
System Red Green Blue C M Y K H S L
Decimal 254 149 41 0 0.41 0.84 0.00 30.42 0.99 0.58
Hex FE 95 29 0 29 54 0 1E 63 3A
Octal 376 225 51 0 51 124 0 36 143 72
Binary 11111110 10010101 101001 0 101001 1010100 0 11110 1100011 111010

Color Harmonies of #FE9529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9529

Black with #FE9529

Text Example


Text Example

White with #FE9529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9529; }

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

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

background-color css

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

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

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

border-color css

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

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

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