Html Css Color HEX #FE963B Neon Carrot

📋 copy color: '#FE963B'

red 254 ◦ green 150 ◦ blue 59

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

Shades of Neon Carrot #FE963B

Tints of Neon Carrot #FE963B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.74%

R = 54.86%
G = 32.4%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE963B (or 0xFE963B) is known color: Neon Carrot. HEX triplet: FE, 96 and 3B. RGB value is (254,150,59). Sum of RGB (Red+Green+Blue) = 254+150+59=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 59 (23.44% from 255 or 12.74% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE963B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE963B is #0169C4. Grayscale: #ABABAB. Windows color (decimal): -92613 or 3905278. OLE color: 3905278.

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

Color convert

RGB 254 150 59 -
CMYK 0 0.41 0.77 0.00
HSL 28º 0.99% 0.61% -
HSV(B) 28º 0.77% 1% -
XYZ 52.57 43.2 9.71 -
YUV 170.72 64.96 187.4 -
System Red Green Blue C M Y K H S L
Decimal 254 150 59 0 0.41 0.77 0.00 28 0.99 0.61
Hex FE 96 3B 0 29 4D 0 1C 63 3D
Octal 376 226 73 0 51 115 0 34 143 75
Binary 11111110 10010110 111011 0 101001 1001101 0 11100 1100011 111101

Color Harmonies of #FE963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE963B

Black with #FE963B

Text Example


Text Example

White with #FE963B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE963B; }

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

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

background-color css

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

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

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

border-color css

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

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

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