Html Css Color HEX #F8A60F Dark Tangerine

📋 copy color: '#F8A60F'

red 248 ◦ green 166 ◦ blue 15

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

Shades of Dark Tangerine #F8A60F

Tints of Dark Tangerine #F8A60F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.69%

 BLUE value IS 15 (6.25% from 255) = 3.5%

R = 57.81%
G = 38.69%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8A60F (or 0xF8A60F) is known color: Dark Tangerine. HEX triplet: F8, A6 and 0F. RGB value is (248,166,15). Sum of RGB (Red+Green+Blue) = 248+166+15=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A60F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A60F is #0759F0. Grayscale: #ADADAD. Windows color (decimal): -481777 or 1025784. OLE color: 1025784.

HSL color Cylindrical-coordinate representation of color #F8A60F: hue angle of 38.88º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8A60F is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 166 15 -
CMYK 0 0.33 0.94 0.03
HSL 38.88º 0.94% 0.52% -
HSV(B) 38.88º 0.94% 0.97% -
XYZ 52.43 47.26 6.81 -
YUV 173.3 38.67 181.28 -
System Red Green Blue C M Y K H S L
Decimal 248 166 15 0 0.33 0.94 0.03 38.88 0.94 0.52
Hex F8 A6 F 0 21 5E 3 27 5E 34
Octal 370 246 17 0 41 136 3 47 136 64
Binary 11111000 10100110 1111 0 100001 1011110 11 100111 1011110 110100

Color Harmonies of #F8A60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A60F

Black with #F8A60F

Text Example


Text Example

White with #F8A60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A60F; }

 p { color: rgb(248,166,15); }

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

background-color css

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

 a { background-color: rgb(248,166,15); }

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

border-color css

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

 span { border-color: rgb(248,166,15); }

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