Html Css Color HEX #FE953D Neon Carrot

📋 copy color: '#FE953D'

red 254 ◦ green 149 ◦ blue 61

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

Shades of Neon Carrot #FE953D

Tints of Neon Carrot #FE953D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.15%

R = 54.74%
G = 32.11%
B = 13.15%

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

#FE953D (or 0xFE953D) is known color: Neon Carrot. HEX triplet: FE, 95 and 3D. RGB value is (254,149,61). Sum of RGB (Red+Green+Blue) = 254+149+61=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE953D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE953D is #016AC2. Grayscale: #AAAAAA. Windows color (decimal): -92867 or 4036094. OLE color: 4036094.

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

Color convert

RGB 254 149 61 -
CMYK 0 0.41 0.76 0.00
HSL 27.36º 0.99% 0.62% -
HSV(B) 27.36º 0.76% 1% -
XYZ 52.46 42.9 9.93 -
YUV 170.36 66.29 187.66 -
System Red Green Blue C M Y K H S L
Decimal 254 149 61 0 0.41 0.76 0.00 27.36 0.99 0.62
Hex FE 95 3D 0 29 4C 0 1B 63 3E
Octal 376 225 75 0 51 114 0 33 143 76
Binary 11111110 10010101 111101 0 101001 1001100 0 11011 1100011 111110

Color Harmonies of #FE953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE953D

Black with #FE953D

Text Example


Text Example

White with #FE953D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE953D; }

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

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

background-color css

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

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

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

border-color css

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

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

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