Html Css Color HEX #FE9526 Neon Carrot

📋 copy color: '#FE9526'

red 254 ◦ green 149 ◦ blue 38

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

Shades of Neon Carrot #FE9526

Tints of Neon Carrot #FE9526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.62%

R = 57.6%
G = 33.79%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE9526 (or 0xFE9526) is known color: Neon Carrot. HEX triplet: FE, 95 and 26. RGB value is (254,149,38). Sum of RGB (Red+Green+Blue) = 254+149+38=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 38 (15.23% from 255 or 8.62% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9526 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9526 is #016AD9. Grayscale: #A8A8A8. Windows color (decimal): -92890 or 2528766. OLE color: 2528766.

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

Color convert

RGB 254 149 38 -
CMYK 0 0.41 0.85 0.00
HSL 30.83º 0.99% 0.57% -
HSV(B) 30.83º 0.85% 1% -
XYZ 51.97 42.71 7.34 -
YUV 167.74 54.79 189.53 -
System Red Green Blue C M Y K H S L
Decimal 254 149 38 0 0.41 0.85 0.00 30.83 0.99 0.57
Hex FE 95 26 0 29 55 0 1F 63 39
Octal 376 225 46 0 51 125 0 37 143 71
Binary 11111110 10010101 100110 0 101001 1010101 0 11111 1100011 111001

Color Harmonies of #FE9526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9526

Black with #FE9526

Text Example


Text Example

White with #FE9526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9526; }

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

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

background-color css

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

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

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

border-color css

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

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

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