Html Css Color HEX #F8985C Atomic Tangerine

📋 copy color: '#F8985C'

red 248 ◦ green 152 ◦ blue 92

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

Shades of Atomic Tangerine #F8985C

Tints of Atomic Tangerine #F8985C

RGB

 RED value IS 248 (97.27% from 255) = 50.41%

 GREEN value IS 152 (59.77% from 255) = 30.89%

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

R = 50.41%
G = 30.89%
B = 18.7%

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

#F8985C (or 0xF8985C) is known color: Atomic Tangerine. HEX triplet: F8, 98 and 5C. RGB value is (248,152,92). Sum of RGB (Red+Green+Blue) = 248+152+92=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8985C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8985C is #0767A3. Grayscale: #AEAEAE. Windows color (decimal): -485284 or 6068472. OLE color: 6068472.

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

Color convert

RGB 248 152 92 -
CMYK 0 0.39 0.63 0.03
HSL 23.08º 0.92% 0.67% -
HSV(B) 23.08º 0.63% 0.97% -
XYZ 51.87 43.19 15.73 -
YUV 173.86 81.8 180.88 -
System Red Green Blue C M Y K H S L
Decimal 248 152 92 0 0.39 0.63 0.03 23.08 0.92 0.67
Hex F8 98 5C 0 27 3F 3 17 5C 43
Octal 370 230 134 0 47 77 3 27 134 103
Binary 11111000 10011000 1011100 0 100111 111111 11 10111 1011100 1000011

Color Harmonies of #F8985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8985C

Black with #F8985C

Text Example


Text Example

White with #F8985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8985C; }

 p { color: rgb(248,152,92); }

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

background-color css

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

 a { background-color: rgb(248,152,92); }

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

border-color css

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

 span { border-color: rgb(248,152,92); }

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