Html Css Color HEX #F9965A Atomic Tangerine

📋 copy color: '#F9965A'

red 249 ◦ green 150 ◦ blue 90

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

Shades of Atomic Tangerine #F9965A

Tints of Atomic Tangerine #F9965A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.4%

R = 50.92%
G = 30.67%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F9965A (or 0xF9965A) is known color: Atomic Tangerine. HEX triplet: F9, 96 and 5A. RGB value is (249,150,90). Sum of RGB (Red+Green+Blue) = 249+150+90=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9965A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9965A is #0669A5. Grayscale: #ADADAD. Windows color (decimal): -420262 or 5936889. OLE color: 5936889.

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

Color convert

RGB 249 150 90 -
CMYK 0 0.40 0.64 0.02
HSL 22.64º 0.93% 0.66% -
HSV(B) 22.64º 0.64% 0.98% -
XYZ 51.82 42.69 15.18 -
YUV 172.76 81.3 182.38 -
System Red Green Blue C M Y K H S L
Decimal 249 150 90 0 0.40 0.64 0.02 22.64 0.93 0.66
Hex F9 96 5A 0 28 40 2 17 5D 42
Octal 371 226 132 0 50 100 2 27 135 102
Binary 11111001 10010110 1011010 0 101000 1000000 10 10111 1011101 1000010

Color Harmonies of #F9965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9965A

Black with #F9965A

Text Example


Text Example

White with #F9965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9965A; }

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

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

background-color css

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

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

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

border-color css

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

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

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