Html Css Color HEX #F4965F Atomic Tangerine

📋 copy color: '#F4965F'

red 244 ◦ green 150 ◦ blue 95

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

Shades of Atomic Tangerine #F4965F

Tints of Atomic Tangerine #F4965F

RGB

 RED value IS 244 (95.7% from 255) = 49.9%

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

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

R = 49.9%
G = 30.67%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F4965F (or 0xF4965F) is known color: Atomic Tangerine. HEX triplet: F4, 96 and 5F. RGB value is (244,150,95). Sum of RGB (Red+Green+Blue) = 244+150+95=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F4965F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4965F is #0B69A0. Grayscale: #ACACAC. Windows color (decimal): -747937 or 6264564. OLE color: 6264564.

HSL color Cylindrical-coordinate representation of color #F4965F: hue angle of 22.15º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F4965F is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 150 95 -
CMYK 0 0.39 0.61 0.04
HSL 22.15º 0.87% 0.66% -
HSV(B) 22.15º 0.61% 0.96% -
XYZ 50.28 41.87 16.26 -
YUV 171.84 84.64 179.47 -
System Red Green Blue C M Y K H S L
Decimal 244 150 95 0 0.39 0.61 0.04 22.15 0.87 0.66
Hex F4 96 5F 0 27 3D 4 16 57 42
Octal 364 226 137 0 47 75 4 26 127 102
Binary 11110100 10010110 1011111 0 100111 111101 100 10110 1010111 1000010

Color Harmonies of #F4965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4965F

Black with #F4965F

Text Example


Text Example

White with #F4965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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