Html Css Color HEX #FE953C Neon Carrot

📋 copy color: '#FE953C'

red 254 ◦ green 149 ◦ blue 60

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

Shades of Neon Carrot #FE953C

Tints of Neon Carrot #FE953C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.18%

 BLUE value IS 60 (23.83% from 255) = 12.96%

R = 54.86%
G = 32.18%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE953C (or 0xFE953C) is known color: Neon Carrot. HEX triplet: FE, 95 and 3C. RGB value is (254,149,60). Sum of RGB (Red+Green+Blue) = 254+149+60=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE953C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE953C is #016AC3. Grayscale: #AAAAAA. Windows color (decimal): -92868 or 3970558. OLE color: 3970558.

HSL color Cylindrical-coordinate representation of color #FE953C: hue angle of 27.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE953C is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 149 60 -
CMYK 0 0.41 0.76 0.00
HSL 27.53º 0.99% 0.62% -
HSV(B) 27.53º 0.76% 1% -
XYZ 52.44 42.89 9.79 -
YUV 170.25 65.79 187.74 -
System Red Green Blue C M Y K H S L
Decimal 254 149 60 0 0.41 0.76 0.00 27.53 0.99 0.62
Hex FE 95 3C 0 29 4C 0 1C 63 3E
Octal 376 225 74 0 51 114 0 34 143 76
Binary 11111110 10010101 111100 0 101001 1001100 0 11100 1100011 111110

Color Harmonies of #FE953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE953C

Black with #FE953C

Text Example


Text Example

White with #FE953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE953C; }

 p { color: rgb(254,149,60); }

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

background-color css

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

 a { background-color: rgb(254,149,60); }

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

border-color css

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

 span { border-color: rgb(254,149,60); }

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