#F9963A

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

Shades of Neon Carrot #F9963A

Tints of Neon Carrot #F9963A

Color information

#F9963A (or 0xF9963A) is unknown color: approx Neon Carrot. HEX triplet: F9, 96 and 3A. RGB value is (249,150,58). Sum of RGB (Red+Green+Blue) = 249+150+58=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F9963A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9963A is #0669C5. Grayscale: #A9A9A9. Windows color (decimal): -420294 or 3839737. OLE color: 3839737.

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

Color convert

RGB24915058-
CMYK00.400.770.02
HSL28.9º94.09%60.2%-
HSV(B)28.9º76.71%97.65%-
XYZ50.7442.269.49-
YUV169.1165.3184.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.49%
GREEN value IS 150 (58.98% from 255) = 32.82%
BLUE value IS 58 (23.05% from 255) = 12.69%
R=54.49%
G=32.82%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491505800.400.770.0228.994.0960.2
HexF9963A0284D21d5e3c
Octal3712267205011523513674
Binary11111001100101101110100101000100110110111011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9963A; }

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

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

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

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

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

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

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

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