Html Css Color HEX #FE9C32 Neon Carrot

📋 copy color: '#FE9C32'

red 254 ◦ green 156 ◦ blue 50

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

Shades of Neon Carrot #FE9C32

Tints of Neon Carrot #FE9C32

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.91%

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

R = 55.22%
G = 33.91%
B = 10.87%

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

#FE9C32 (or 0xFE9C32) is known color: Neon Carrot. HEX triplet: FE, 9C and 32. RGB value is (254,156,50). Sum of RGB (Red+Green+Blue) = 254+156+50=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9C32 is #0163CD. Grayscale: #ADADAD. Windows color (decimal): -91086 or 3316990. OLE color: 3316990.

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

Color convert

RGB 254 156 50 -
CMYK 0 0.39 0.80 0.00
HSL 31.18º 0.99% 0.6% -
HSV(B) 31.18º 0.8% 1% -
XYZ 53.34 45.08 8.91 -
YUV 173.22 58.47 185.62 -
System Red Green Blue C M Y K H S L
Decimal 254 156 50 0 0.39 0.80 0.00 31.18 0.99 0.6
Hex FE 9C 32 0 27 50 0 1F 63 3C
Octal 376 234 62 0 47 120 0 37 143 74
Binary 11111110 10011100 110010 0 100111 1010000 0 11111 1100011 111100

Color Harmonies of #FE9C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9C32

Black with #FE9C32

Text Example


Text Example

White with #FE9C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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