Html Css Color HEX #F9965B Atomic Tangerine

📋 copy color: '#F9965B'

red 249 ◦ green 150 ◦ blue 91

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

Shades of Atomic Tangerine #F9965B

Tints of Atomic Tangerine #F9965B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.57%

R = 50.82%
G = 30.61%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9965B (or 0xF9965B) is known color: Atomic Tangerine. HEX triplet: F9, 96 and 5B. RGB value is (249,150,91). Sum of RGB (Red+Green+Blue) = 249+150+91=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F9965B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9965B is #0669A4. Grayscale: #ADADAD. Windows color (decimal): -420261 or 6002425. OLE color: 6002425.

HSL color Cylindrical-coordinate representation of color #F9965B: hue angle of 22.41º 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 #F9965B is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 150 91 -
CMYK 0 0.40 0.63 0.02
HSL 22.41º 0.93% 0.67% -
HSV(B) 22.41º 0.63% 0.98% -
XYZ 51.86 42.71 15.41 -
YUV 172.88 81.8 182.3 -
System Red Green Blue C M Y K H S L
Decimal 249 150 91 0 0.40 0.63 0.02 22.41 0.93 0.67
Hex F9 96 5B 0 28 3F 2 16 5D 43
Octal 371 226 133 0 50 77 2 26 135 103
Binary 11111001 10010110 1011011 0 101000 111111 10 10110 1011101 1000011

Color Harmonies of #F9965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9965B

Black with #F9965B

Text Example


Text Example

White with #F9965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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