Html Css Color HEX #F8905F Atomic Tangerine

📋 copy color: '#F8905F'

red 248 ◦ green 144 ◦ blue 95

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

Shades of Atomic Tangerine #F8905F

Tints of Atomic Tangerine #F8905F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.57%

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

R = 50.92%
G = 29.57%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8905F (or 0xF8905F) is known color: Atomic Tangerine. HEX triplet: F8, 90 and 5F. RGB value is (248,144,95). Sum of RGB (Red+Green+Blue) = 248+144+95=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8905F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8905F is #076FA0. Grayscale: #A9A9A9. Windows color (decimal): -487329 or 6263032. OLE color: 6263032.

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

Color convert

RGB 248 144 95 -
CMYK 0 0.42 0.62 0.03
HSL 19.22º 0.92% 0.67% -
HSV(B) 19.22º 0.62% 0.97% -
XYZ 50.75 40.73 16.01 -
YUV 169.51 85.96 183.98 -
System Red Green Blue C M Y K H S L
Decimal 248 144 95 0 0.42 0.62 0.03 19.22 0.92 0.67
Hex F8 90 5F 0 2A 3E 3 13 5C 43
Octal 370 220 137 0 52 76 3 23 134 103
Binary 11111000 10010000 1011111 0 101010 111110 11 10011 1011100 1000011

Color Harmonies of #F8905F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8905F

Black with #F8905F

Text Example


Text Example

White with #F8905F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8905F; }

 p { color: rgb(248,144,95); }

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

background-color css

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

 a { background-color: rgb(248,144,95); }

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

border-color css

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

 span { border-color: rgb(248,144,95); }

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