Html Css Color HEX #FE963D Neon Carrot

📋 copy color: '#FE963D'

red 254 ◦ green 150 ◦ blue 61

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

Shades of Neon Carrot #FE963D

Tints of Neon Carrot #FE963D

RGB

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

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

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

R = 54.62%
G = 32.26%
B = 13.12%

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

#FE963D (or 0xFE963D) is known color: Neon Carrot. HEX triplet: FE, 96 and 3D. RGB value is (254,150,61). Sum of RGB (Red+Green+Blue) = 254+150+61=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE963D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE963D is #0169C2. Grayscale: #ABABAB. Windows color (decimal): -92611 or 4036350. OLE color: 4036350.

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

Color convert

RGB 254 150 61 -
CMYK 0 0.41 0.76 0.00
HSL 27.67º 0.99% 0.62% -
HSV(B) 27.67º 0.76% 1% -
XYZ 52.62 43.22 9.98 -
YUV 170.95 65.96 187.24 -
System Red Green Blue C M Y K H S L
Decimal 254 150 61 0 0.41 0.76 0.00 27.67 0.99 0.62
Hex FE 96 3D 0 29 4C 0 1C 63 3E
Octal 376 226 75 0 51 114 0 34 143 76
Binary 11111110 10010110 111101 0 101001 1001100 0 11100 1100011 111110

Color Harmonies of #FE963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE963D

Black with #FE963D

Text Example


Text Example

White with #FE963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE963D; }

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

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

background-color css

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

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

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

border-color css

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

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

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