#F9965C

Color #F9965C Atomic Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic Tangerine #F9965C

Tints of Atomic Tangerine #F9965C

Color information

#F9965C (or 0xF9965C) is unknown color: approx Atomic Tangerine. HEX triplet: F9, 96 and 5C. RGB value is (249,150,92). Sum of RGB (Red+Green+Blue) = 249+150+92=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9965C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9965C is #0669A3. Grayscale: #ADADAD. Windows color (decimal): -420260 or 6067961. OLE color: 6067961.

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

Color convert

RGB24915092-
CMYK00.400.630.02
HSL22.17º92.9%66.86%-
HSV(B)22.17º63.05%97.65%-
XYZ51.9142.7315.64-
YUV172.9982.3182.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.71%
GREEN value IS 150 (58.98% from 255) = 30.55%
BLUE value IS 92 (36.33% from 255) = 18.74%
R=50.71%
G=30.55%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491509200.400.630.0222.1792.966.86
HexF9965C0283F2165d43
Octal37122613405077226135103
Binary111110011001011010111000101000111111101011010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9965C; }

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

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

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

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

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

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

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

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