Html Css Color HEX #F8AD0F Dark Tangerine

📋 copy color: '#F8AD0F'

red 248 ◦ green 173 ◦ blue 15

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

Shades of Dark Tangerine #F8AD0F

Tints of Dark Tangerine #F8AD0F

RGB

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

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

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

R = 56.88%
G = 39.68%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8AD0F (or 0xF8AD0F) is known color: Dark Tangerine. HEX triplet: F8, AD and 0F. RGB value is (248,173,15). Sum of RGB (Red+Green+Blue) = 248+173+15=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AD0F is #0752F0. Grayscale: #B2B2B2. Windows color (decimal): -479985 or 1027576. OLE color: 1027576.

HSL color Cylindrical-coordinate representation of color #F8AD0F: hue angle of 40.69º 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 #F8AD0F is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 173 15 -
CMYK 0 0.30 0.94 0.03
HSL 40.69º 0.94% 0.52% -
HSV(B) 40.69º 0.94% 0.97% -
XYZ 53.74 49.88 7.25 -
YUV 177.41 36.35 178.35 -
System Red Green Blue C M Y K H S L
Decimal 248 173 15 0 0.30 0.94 0.03 40.69 0.94 0.52
Hex F8 AD F 0 1E 5E 3 29 5E 34
Octal 370 255 17 0 36 136 3 51 136 64
Binary 11111000 10101101 1111 0 11110 1011110 11 101001 1011110 110100

Color Harmonies of #F8AD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AD0F

Black with #F8AD0F

Text Example


Text Example

White with #F8AD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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