Html Css Color HEX #F8D006 Tangerine Yellow

📋 copy color: '#F8D006'

red 248 ◦ green 208 ◦ blue 6

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

Shades of Tangerine Yellow #F8D006

Tints of Tangerine Yellow #F8D006

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.02%

 BLUE value IS 6 (2.73% from 255) = 1.3%

R = 53.68%
G = 45.02%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F8D006 (or 0xF8D006) is known color: Tangerine Yellow. HEX triplet: F8, D0 and 06. RGB value is (248,208,6). Sum of RGB (Red+Green+Blue) = 248+208+6=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 6 (2.73% from 255 or 1.30% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D006 is #072FF9. Grayscale: #C5C5C5. Windows color (decimal): -471034 or 446712. OLE color: 446712.

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

Color convert

RGB 248 208 6 -
CMYK 0 0.16 0.98 0.03
HSL 50.08º 0.95% 0.5% -
HSV(B) 50.08º 0.98% 0.97% -
XYZ 61.3 65.08 9.5 -
YUV 196.93 20.25 164.43 -
System Red Green Blue C M Y K H S L
Decimal 248 208 6 0 0.16 0.98 0.03 50.08 0.95 0.5
Hex F8 D0 6 0 10 62 3 32 5F 32
Octal 370 320 6 0 20 142 3 62 137 62
Binary 11111000 11010000 110 0 10000 1100010 11 110010 1011111 110010

Color Harmonies of #F8D006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D006

Black with #F8D006

Text Example


Text Example

White with #F8D006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D006; }

 p { color: rgb(248,208,6); }

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

background-color css

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

 a { background-color: rgb(248,208,6); }

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

border-color css

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

 span { border-color: rgb(248,208,6); }

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