Html Css Color HEX #F8D00D Tangerine Yellow

📋 copy color: '#F8D00D'

red 248 ◦ green 208 ◦ blue 13

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

Shades of Tangerine Yellow #F8D00D

Tints of Tangerine Yellow #F8D00D

RGB

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

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

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

R = 52.88%
G = 44.35%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8D00D (or 0xF8D00D) is known color: Tangerine Yellow. HEX triplet: F8, D0 and 0D. RGB value is (248,208,13). Sum of RGB (Red+Green+Blue) = 248+208+13=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D00D is #072FF2. Grayscale: #C6C6C6. Windows color (decimal): -471027 or 905464. OLE color: 905464.

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

Color convert

RGB 248 208 13 -
CMYK 0 0.16 0.95 0.03
HSL 49.79º 0.94% 0.51% -
HSV(B) 49.79º 0.95% 0.97% -
XYZ 61.34 65.1 9.71 -
YUV 197.73 23.75 163.86 -
System Red Green Blue C M Y K H S L
Decimal 248 208 13 0 0.16 0.95 0.03 49.79 0.94 0.51
Hex F8 D0 D 0 10 5F 3 32 5E 33
Octal 370 320 15 0 20 137 3 62 136 63
Binary 11111000 11010000 1101 0 10000 1011111 11 110010 1011110 110011

Color Harmonies of #F8D00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D00D

Black with #F8D00D

Text Example


Text Example

White with #F8D00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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