Html Css Color HEX #F8AD0C Dark Tangerine

📋 copy color: '#F8AD0C'

red 248 ◦ green 173 ◦ blue 12

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

Shades of Dark Tangerine #F8AD0C

Tints of Dark Tangerine #F8AD0C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.95%

 BLUE value IS 12 (5.08% from 255) = 2.77%

R = 57.27%
G = 39.95%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8AD0C (or 0xF8AD0C) is known color: Dark Tangerine. HEX triplet: F8, AD and 0C. RGB value is (248,173,12). Sum of RGB (Red+Green+Blue) = 248+173+12=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AD0C is #0752F3. Grayscale: #B1B1B1. Windows color (decimal): -479988 or 830968. OLE color: 830968.

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

Color convert

RGB 248 173 12 -
CMYK 0 0.30 0.95 0.03
HSL 40.93º 0.94% 0.51% -
HSV(B) 40.93º 0.95% 0.97% -
XYZ 53.72 49.87 7.14 -
YUV 177.07 34.85 178.59 -
System Red Green Blue C M Y K H S L
Decimal 248 173 12 0 0.30 0.95 0.03 40.93 0.94 0.51
Hex F8 AD C 0 1E 5F 3 29 5E 33
Octal 370 255 14 0 36 137 3 51 136 63
Binary 11111000 10101101 1100 0 11110 1011111 11 101001 1011110 110011

Color Harmonies of #F8AD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AD0C

Black with #F8AD0C

Text Example


Text Example

White with #F8AD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AD0C; }

 p { color: rgb(248,173,12); }

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

background-color css

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

 a { background-color: rgb(248,173,12); }

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

border-color css

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

 span { border-color: rgb(248,173,12); }

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