Html Css Color HEX #F7965C Atomic Tangerine

📋 copy color: '#F7965C'

red 247 ◦ green 150 ◦ blue 92

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

Shades of Atomic Tangerine #F7965C

Tints of Atomic Tangerine #F7965C

RGB

 RED value IS 247 (96.88% from 255) = 50.51%

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

 BLUE value IS 92 (36.33% from 255) = 18.81%

R = 50.51%
G = 30.67%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F7965C (or 0xF7965C) is known color: Atomic Tangerine. HEX triplet: F7, 96 and 5C. RGB value is (247,150,92). Sum of RGB (Red+Green+Blue) = 247+150+92=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F7965C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7965C is #0869A3. Grayscale: #ACACAC. Windows color (decimal): -551332 or 6067959. OLE color: 6067959.

HSL color Cylindrical-coordinate representation of color #F7965C: hue angle of 22.45º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7965C is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 150 92 -
CMYK 0 0.39 0.63 0.03
HSL 22.45º 0.91% 0.66% -
HSV(B) 22.45º 0.63% 0.97% -
XYZ 51.2 42.36 15.6 -
YUV 172.39 82.64 181.22 -
System Red Green Blue C M Y K H S L
Decimal 247 150 92 0 0.39 0.63 0.03 22.45 0.91 0.66
Hex F7 96 5C 0 27 3F 3 16 5B 42
Octal 367 226 134 0 47 77 3 26 133 102
Binary 11110111 10010110 1011100 0 100111 111111 11 10110 1011011 1000010

Color Harmonies of #F7965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7965C

Black with #F7965C

Text Example


Text Example

White with #F7965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7965C; }

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

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

background-color css

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

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

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

border-color css

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

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

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