Html Css Color HEX #FE9132 Neon Carrot

📋 copy color: '#FE9132'

red 254 ◦ green 145 ◦ blue 50

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

Shades of Neon Carrot #FE9132

Tints of Neon Carrot #FE9132

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.29%

 BLUE value IS 50 (19.92% from 255) = 11.14%

R = 56.57%
G = 32.29%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE9132 (or 0xFE9132) is known color: Neon Carrot. HEX triplet: FE, 91 and 32. RGB value is (254,145,50). Sum of RGB (Red+Green+Blue) = 254+145+50=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9132 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9132 is #016ECD. Grayscale: #A7A7A7. Windows color (decimal): -93902 or 3314174. OLE color: 3314174.

HSL color Cylindrical-coordinate representation of color #FE9132: hue angle of 27.94º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE9132 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 145 50 -
CMYK 0 0.43 0.80 0.00
HSL 27.94º 0.99% 0.6% -
HSV(B) 27.94º 0.8% 1% -
XYZ 51.57 41.55 8.32 -
YUV 166.76 62.11 190.22 -
System Red Green Blue C M Y K H S L
Decimal 254 145 50 0 0.43 0.80 0.00 27.94 0.99 0.6
Hex FE 91 32 0 2B 50 0 1C 63 3C
Octal 376 221 62 0 53 120 0 34 143 74
Binary 11111110 10010001 110010 0 101011 1010000 0 11100 1100011 111100

Color Harmonies of #FE9132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9132

Black with #FE9132

Text Example


Text Example

White with #FE9132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9132; }

 p { color: rgb(254,145,50); }

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

background-color css

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

 a { background-color: rgb(254,145,50); }

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

border-color css

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

 span { border-color: rgb(254,145,50); }

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