Html Css Color HEX #F8AF0D Dark Tangerine

📋 copy color: '#F8AF0D'

red 248 ◦ green 175 ◦ blue 13

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

Shades of Dark Tangerine #F8AF0D

Tints of Dark Tangerine #F8AF0D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.14%

 BLUE value IS 13 (5.47% from 255) = 2.98%

R = 56.88%
G = 40.14%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8AF0D (or 0xF8AF0D) is known color: Dark Tangerine. HEX triplet: F8, AF and 0D. RGB value is (248,175,13). Sum of RGB (Red+Green+Blue) = 248+175+13=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AF0D is #0750F2. Grayscale: #B3B3B3. Windows color (decimal): -479475 or 897016. OLE color: 897016.

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

Color convert

RGB 248 175 13 -
CMYK 0 0.29 0.95 0.03
HSL 41.36º 0.94% 0.51% -
HSV(B) 41.36º 0.95% 0.97% -
XYZ 54.11 50.65 7.3 -
YUV 178.36 34.68 177.67 -
System Red Green Blue C M Y K H S L
Decimal 248 175 13 0 0.29 0.95 0.03 41.36 0.94 0.51
Hex F8 AF D 0 1D 5F 3 29 5E 33
Octal 370 257 15 0 35 137 3 51 136 63
Binary 11111000 10101111 1101 0 11101 1011111 11 101001 1011110 110011

Color Harmonies of #F8AF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AF0D

Black with #F8AF0D

Text Example


Text Example

White with #F8AF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AF0D; }

 p { color: rgb(248,175,13); }

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

background-color css

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

 a { background-color: rgb(248,175,13); }

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

border-color css

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

 span { border-color: rgb(248,175,13); }

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