Html Css Color HEX #FF962E Neon Carrot

📋 copy color: '#FF962E'

red 255 ◦ green 150 ◦ blue 46

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

Shades of Neon Carrot #FF962E

Tints of Neon Carrot #FF962E

RGB

 RED value IS 255 (100% from 255) = 56.54%

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

 BLUE value IS 46 (18.36% from 255) = 10.2%

R = 56.54%
G = 33.26%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF962E (or 0xFF962E) is known color: Neon Carrot. HEX triplet: FF, 96 and 2E. RGB value is (255,150,46). Sum of RGB (Red+Green+Blue) = 255+150+46=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 46 (18.36% from 255 or 10.20% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF962E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF962E is #0069D1. Grayscale: #AAAAAA. Windows color (decimal): -27090 or 3053311. OLE color: 3053311.

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

Color convert

RGB 255 150 46 -
CMYK 0 0.41 0.82 0
HSL 29.86º 1% 0.59% -
HSV(B) 29.86º 0.82% 1% -
XYZ 52.64 43.27 8.16 -
YUV 169.54 58.29 188.96 -
System Red Green Blue C M Y K H S L
Decimal 255 150 46 0 0.41 0.82 0 29.86 1 0.59
Hex FF 96 2E 0 29 52 0 1E 64 3B
Octal 377 226 56 0 51 122 0 36 144 73
Binary 11111111 10010110 101110 0 101001 1010010 0 11110 1100100 111011

Color Harmonies of #FF962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF962E

Black with #FF962E

Text Example


Text Example

White with #FF962E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF962E; }

 p { color: rgb(255,150,46); }

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

background-color css

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

 a { background-color: rgb(255,150,46); }

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

border-color css

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

 span { border-color: rgb(255,150,46); }

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