Html Css Color HEX #FE9527 Neon Carrot

📋 copy color: '#FE9527'

red 254 ◦ green 149 ◦ blue 39

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

Shades of Neon Carrot #FE9527

Tints of Neon Carrot #FE9527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.82%

R = 57.47%
G = 33.71%
B = 8.82%

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

#FE9527 (or 0xFE9527) is known color: Neon Carrot. HEX triplet: FE, 95 and 27. RGB value is (254,149,39). Sum of RGB (Red+Green+Blue) = 254+149+39=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 39 (15.62% from 255 or 8.82% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9527 is #016AD8. Grayscale: #A8A8A8. Windows color (decimal): -92889 or 2594302. OLE color: 2594302.

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

Color convert

RGB 254 149 39 -
CMYK 0 0.41 0.85 0.00
HSL 30.7º 0.99% 0.57% -
HSV(B) 30.7º 0.85% 1% -
XYZ 51.99 42.71 7.42 -
YUV 167.86 55.29 189.44 -
System Red Green Blue C M Y K H S L
Decimal 254 149 39 0 0.41 0.85 0.00 30.7 0.99 0.57
Hex FE 95 27 0 29 55 0 1F 63 39
Octal 376 225 47 0 51 125 0 37 143 71
Binary 11111110 10010101 100111 0 101001 1010101 0 11111 1100011 111001

Color Harmonies of #FE9527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9527

Black with #FE9527

Text Example


Text Example

White with #FE9527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9527; }

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

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

background-color css

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

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

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

border-color css

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

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

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