Html Css Color HEX #FE963E Neon Carrot

📋 copy color: '#FE963E'

red 254 ◦ green 150 ◦ blue 62

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

Shades of Neon Carrot #FE963E

Tints of Neon Carrot #FE963E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.19%

 BLUE value IS 62 (24.61% from 255) = 13.3%

R = 54.51%
G = 32.19%
B = 13.3%

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

#FE963E (or 0xFE963E) is known color: Neon Carrot. HEX triplet: FE, 96 and 3E. RGB value is (254,150,62). Sum of RGB (Red+Green+Blue) = 254+150+62=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE963E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE963E is #0169C1. Grayscale: #ABABAB. Windows color (decimal): -92610 or 4101886. OLE color: 4101886.

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

Color convert

RGB 254 150 62 -
CMYK 0 0.41 0.76 0.00
HSL 27.5º 0.99% 0.62% -
HSV(B) 27.5º 0.76% 1% -
XYZ 52.65 43.23 10.13 -
YUV 171.06 66.46 187.16 -
System Red Green Blue C M Y K H S L
Decimal 254 150 62 0 0.41 0.76 0.00 27.5 0.99 0.62
Hex FE 96 3E 0 29 4C 0 1C 63 3E
Octal 376 226 76 0 51 114 0 34 143 76
Binary 11111110 10010110 111110 0 101001 1001100 0 11100 1100011 111110

Color Harmonies of #FE963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE963E

Black with #FE963E

Text Example


Text Example

White with #FE963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE963E; }

 p { color: rgb(254,150,62); }

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

background-color css

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

 a { background-color: rgb(254,150,62); }

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

border-color css

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

 span { border-color: rgb(254,150,62); }

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