Html Css Color HEX #FE9228 Neon Carrot

📋 copy color: '#FE9228'

red 254 ◦ green 146 ◦ blue 40

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

Shades of Neon Carrot #FE9228

Tints of Neon Carrot #FE9228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.09%

R = 57.73%
G = 33.18%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE9228 (or 0xFE9228) is known color: Neon Carrot. HEX triplet: FE, 92 and 28. RGB value is (254,146,40). Sum of RGB (Red+Green+Blue) = 254+146+40=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 40 (16.02% from 255 or 9.09% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9228 is #016DD7. Grayscale: #A6A6A6. Windows color (decimal): -93656 or 2659070. OLE color: 2659070.

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

Color convert

RGB 254 146 40 -
CMYK 0 0.43 0.84 0.00
HSL 29.72º 0.99% 0.58% -
HSV(B) 29.72º 0.84% 1% -
XYZ 51.53 41.78 7.36 -
YUV 166.21 56.78 190.62 -
System Red Green Blue C M Y K H S L
Decimal 254 146 40 0 0.43 0.84 0.00 29.72 0.99 0.58
Hex FE 92 28 0 2B 54 0 1E 63 3A
Octal 376 222 50 0 53 124 0 36 143 72
Binary 11111110 10010010 101000 0 101011 1010100 0 11110 1100011 111010

Color Harmonies of #FE9228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9228

Black with #FE9228

Text Example


Text Example

White with #FE9228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9228; }

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

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

background-color css

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

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

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

border-color css

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

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

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