Html Css Color HEX #FE9225 Neon Carrot

📋 copy color: '#FE9225'

red 254 ◦ green 146 ◦ blue 37

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

Shades of Neon Carrot #FE9225

Tints of Neon Carrot #FE9225

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.41%

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

R = 58.12%
G = 33.41%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE9225 (or 0xFE9225) is known color: Neon Carrot. HEX triplet: FE, 92 and 25. RGB value is (254,146,37). Sum of RGB (Red+Green+Blue) = 254+146+37=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 37 (14.84% from 255 or 8.47% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9225 is #016DDA. Grayscale: #A6A6A6. Windows color (decimal): -93659 or 2462462. OLE color: 2462462.

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

Color convert

RGB 254 146 37 -
CMYK 0 0.43 0.85 0.00
HSL 30.14º 0.99% 0.57% -
HSV(B) 30.14º 0.85% 1% -
XYZ 51.49 41.76 7.1 -
YUV 165.87 55.28 190.86 -
System Red Green Blue C M Y K H S L
Decimal 254 146 37 0 0.43 0.85 0.00 30.14 0.99 0.57
Hex FE 92 25 0 2B 55 0 1E 63 39
Octal 376 222 45 0 53 125 0 36 143 71
Binary 11111110 10010010 100101 0 101011 1010101 0 11110 1100011 111001

Color Harmonies of #FE9225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9225

Black with #FE9225

Text Example


Text Example

White with #FE9225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9225; }

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

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

background-color css

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

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

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

border-color css

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

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

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