Html Css Color HEX #F8A812 Dark Tangerine

📋 copy color: '#F8A812'

red 248 ◦ green 168 ◦ blue 18

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

Shades of Dark Tangerine #F8A812

Tints of Dark Tangerine #F8A812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.71%

 BLUE value IS 18 (7.42% from 255) = 4.15%

R = 57.14%
G = 38.71%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F8A812 (or 0xF8A812) is known color: Dark Tangerine. HEX triplet: F8, A8 and 12. RGB value is (248,168,18). Sum of RGB (Red+Green+Blue) = 248+168+18=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A812 is #0757ED. Grayscale: #AFAFAF. Windows color (decimal): -481262 or 1222904. OLE color: 1222904.

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

Color convert

RGB 248 168 18 -
CMYK 0 0.32 0.93 0.03
HSL 39.13º 0.94% 0.52% -
HSV(B) 39.13º 0.93% 0.97% -
XYZ 52.82 48.01 7.05 -
YUV 174.82 39.5 180.2 -
System Red Green Blue C M Y K H S L
Decimal 248 168 18 0 0.32 0.93 0.03 39.13 0.94 0.52
Hex F8 A8 12 0 20 5D 3 27 5E 34
Octal 370 250 22 0 40 135 3 47 136 64
Binary 11111000 10101000 10010 0 100000 1011101 11 100111 1011110 110100

Color Harmonies of #F8A812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A812

Black with #F8A812

Text Example


Text Example

White with #F8A812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A812; }

 p { color: rgb(248,168,18); }

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

background-color css

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

 a { background-color: rgb(248,168,18); }

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

border-color css

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

 span { border-color: rgb(248,168,18); }

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