Html Css Color HEX #F5945C Atomic Tangerine

📋 copy color: '#F5945C'

red 245 ◦ green 148 ◦ blue 92

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

Shades of Atomic Tangerine #F5945C

Tints of Atomic Tangerine #F5945C

RGB

 RED value IS 245 (96.09% from 255) = 50.52%

 GREEN value IS 148 (58.2% from 255) = 30.52%

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

R = 50.52%
G = 30.52%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5945C (or 0xF5945C) is known color: Atomic Tangerine. HEX triplet: F5, 94 and 5C. RGB value is (245,148,92). Sum of RGB (Red+Green+Blue) = 245+148+92=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5945C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5945C is #0A6BA3. Grayscale: #AAAAAA. Windows color (decimal): -682916 or 6067445. OLE color: 6067445.

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

Color convert

RGB 245 148 92 -
CMYK 0 0.40 0.62 0.04
HSL 21.96º 0.88% 0.66% -
HSV(B) 21.96º 0.62% 0.96% -
XYZ 50.18 41.36 15.46 -
YUV 170.62 83.64 181.05 -
System Red Green Blue C M Y K H S L
Decimal 245 148 92 0 0.40 0.62 0.04 21.96 0.88 0.66
Hex F5 94 5C 0 28 3E 4 16 58 42
Octal 365 224 134 0 50 76 4 26 130 102
Binary 11110101 10010100 1011100 0 101000 111110 100 10110 1011000 1000010

Color Harmonies of #F5945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5945C

Black with #F5945C

Text Example


Text Example

White with #F5945C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5945C; }

 p { color: rgb(245,148,92); }

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

background-color css

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

 a { background-color: rgb(245,148,92); }

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

border-color css

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

 span { border-color: rgb(245,148,92); }

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