Html Css Color HEX #FF962F Neon Carrot

📋 copy color: '#FF962F'

red 255 ◦ green 150 ◦ blue 47

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

Shades of Neon Carrot #FF962F

Tints of Neon Carrot #FF962F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.4%

R = 56.42%
G = 33.19%
B = 10.4%

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

#FF962F (or 0xFF962F) is known color: Neon Carrot. HEX triplet: FF, 96 and 2F. RGB value is (255,150,47). Sum of RGB (Red+Green+Blue) = 255+150+47=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF962F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF962F is #0069D0. Grayscale: #AAAAAA. Windows color (decimal): -27089 or 3118847. OLE color: 3118847.

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

Color convert

RGB 255 150 47 -
CMYK 0 0.41 0.82 0
HSL 29.71º 1% 0.59% -
HSV(B) 29.71º 0.82% 1% -
XYZ 52.66 43.28 8.27 -
YUV 169.65 58.79 188.88 -
System Red Green Blue C M Y K H S L
Decimal 255 150 47 0 0.41 0.82 0 29.71 1 0.59
Hex FF 96 2F 0 29 52 0 1E 64 3B
Octal 377 226 57 0 51 122 0 36 144 73
Binary 11111111 10010110 101111 0 101001 1010010 0 11110 1100100 111011

Color Harmonies of #FF962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF962F

Black with #FF962F

Text Example


Text Example

White with #FF962F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF962F; }

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

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

background-color css

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

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

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

border-color css

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

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

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