Html Css Color HEX #FE9525 Neon Carrot

📋 copy color: '#FE9525'

red 254 ◦ green 149 ◦ blue 37

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

Shades of Neon Carrot #FE9525

Tints of Neon Carrot #FE9525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.41%

R = 57.73%
G = 33.86%
B = 8.41%

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

#FE9525 (or 0xFE9525) is known color: Neon Carrot. HEX triplet: FE, 95 and 25. RGB value is (254,149,37). Sum of RGB (Red+Green+Blue) = 254+149+37=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9525 is #016ADA. Grayscale: #A8A8A8. Windows color (decimal): -92891 or 2463230. OLE color: 2463230.

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

Color convert

RGB 254 149 37 -
CMYK 0 0.41 0.85 0.00
HSL 30.97º 0.99% 0.57% -
HSV(B) 30.97º 0.85% 1% -
XYZ 51.95 42.7 7.25 -
YUV 167.63 54.29 189.61 -
System Red Green Blue C M Y K H S L
Decimal 254 149 37 0 0.41 0.85 0.00 30.97 0.99 0.57
Hex FE 95 25 0 29 55 0 1F 63 39
Octal 376 225 45 0 51 125 0 37 143 71
Binary 11111110 10010101 100101 0 101001 1010101 0 11111 1100011 111001

Color Harmonies of #FE9525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9525

Black with #FE9525

Text Example


Text Example

White with #FE9525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9525; }

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

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

background-color css

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

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

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

border-color css

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

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

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