Html Css Color HEX #FE9A32 Neon Carrot

📋 copy color: '#FE9A32'

red 254 ◦ green 154 ◦ blue 50

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

Shades of Neon Carrot #FE9A32

Tints of Neon Carrot #FE9A32

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.62%

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

R = 55.46%
G = 33.62%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE9A32 (or 0xFE9A32) is known color: Neon Carrot. HEX triplet: FE, 9A and 32. RGB value is (254,154,50). Sum of RGB (Red+Green+Blue) = 254+154+50=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9A32 is #0165CD. Grayscale: #ACACAC. Windows color (decimal): -91598 or 3316478. OLE color: 3316478.

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

Color convert

RGB 254 154 50 -
CMYK 0 0.39 0.80 0.00
HSL 30.59º 0.99% 0.6% -
HSV(B) 30.59º 0.8% 1% -
XYZ 53 44.41 8.8 -
YUV 172.04 59.13 186.46 -
System Red Green Blue C M Y K H S L
Decimal 254 154 50 0 0.39 0.80 0.00 30.59 0.99 0.6
Hex FE 9A 32 0 27 50 0 1F 63 3C
Octal 376 232 62 0 47 120 0 37 143 74
Binary 11111110 10011010 110010 0 100111 1010000 0 11111 1100011 111100

Color Harmonies of #FE9A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9A32

Black with #FE9A32

Text Example


Text Example

White with #FE9A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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