#F9963C

Color #F9963C Neon Carrot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Carrot #F9963C

Tints of Neon Carrot #F9963C

Color information

#F9963C (or 0xF9963C) is unknown color: approx Neon Carrot. HEX triplet: F9, 96 and 3C. RGB value is (249,150,60). Sum of RGB (Red+Green+Blue) = 249+150+60=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F9963C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9963C is #0669C3. Grayscale: #A9A9A9. Windows color (decimal): -420292 or 3970809. OLE color: 3970809.

HSL color Cylindrical-coordinate representation of color #F9963C: hue angle of 28.57º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9963C is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB24915060-
CMYK00.400.760.02
HSL28.57º94.03%60.59%-
HSV(B)28.57º75.9%97.65%-
XYZ50.7942.289.76-
YUV169.3466.3184.82-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.25%
GREEN value IS 150 (58.98% from 255) = 32.68%
BLUE value IS 60 (23.83% from 255) = 13.07%
R=54.25%
G=32.68%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491506000.400.760.0228.5794.0360.59
HexF9963C0284C21d5e3d
Octal3712267405011423513675
Binary11111001100101101111000101000100110010111011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9963C; }

 p { color: rgb(249,150,60); }

 H1.HeaderClassName
 {
   color: #F9963C;
 }
 .AnyTagClassName
 {
   color: #F9963C;
 }
</style>
background-color css

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

 a { background-color: rgb(249,150,60); }

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

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

 span { border-color: rgb(249,150,60); }

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