Html Css Color HEX #F9965F Atomic Tangerine

📋 copy color: '#F9965F'

red 249 ◦ green 150 ◦ blue 95

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

Shades of Atomic Tangerine #F9965F

Tints of Atomic Tangerine #F9965F

RGB

 RED value IS 249 (97.66% from 255) = 50.4%

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

 BLUE value IS 95 (37.5% from 255) = 19.23%

R = 50.4%
G = 30.36%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9965F (or 0xF9965F) is known color: Atomic Tangerine. HEX triplet: F9, 96 and 5F. RGB value is (249,150,95). Sum of RGB (Red+Green+Blue) = 249+150+95=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9965F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9965F is #0669A0. Grayscale: #ADADAD. Windows color (decimal): -420257 or 6264569. OLE color: 6264569.

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

Color convert

RGB 249 150 95 -
CMYK 0 0.40 0.62 0.02
HSL 21.43º 0.93% 0.67% -
HSV(B) 21.43º 0.62% 0.98% -
XYZ 52.04 42.78 16.34 -
YUV 173.33 83.8 181.97 -
System Red Green Blue C M Y K H S L
Decimal 249 150 95 0 0.40 0.62 0.02 21.43 0.93 0.67
Hex F9 96 5F 0 28 3E 2 15 5D 43
Octal 371 226 137 0 50 76 2 25 135 103
Binary 11111001 10010110 1011111 0 101000 111110 10 10101 1011101 1000011

Color Harmonies of #F9965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9965F

Black with #F9965F

Text Example


Text Example

White with #F9965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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