Html Css Color HEX #F8DB00 Golden Yellow

📋 copy color: '#F8DB00'

red 248 ◦ green 219 ◦ blue 0

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

Shades of Golden Yellow #F8DB00

Tints of Golden Yellow #F8DB00

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.1%
G = 46.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F8DB00 (or 0xF8DB00) is known color: Golden Yellow. HEX triplet: F8, DB and 00. RGB value is (248,219,0). Sum of RGB (Red+Green+Blue) = 248+219+0=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 0 (0.39% from 255 or 0% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DB00 is #0724FF. Grayscale: #CBCBCB. Windows color (decimal): -468224 or 56312. OLE color: 56312.

HSL color Cylindrical-coordinate representation of color #F8DB00: hue angle of 52.98º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8DB00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 219 0 -
CMYK 0 0.12 1 0.03
HSL 52.98º 1% 0.49% -
HSV(B) 52.98º 1% 0.97% -
XYZ 64.04 70.62 10.26 -
YUV 202.71 13.61 160.31 -
System Red Green Blue C M Y K H S L
Decimal 248 219 0 0 0.12 1 0.03 52.98 1 0.49
Hex F8 DB 0 0 C 64 3 35 64 31
Octal 370 333 0 0 14 144 3 65 144 61
Binary 11111000 11011011 0 0 1100 1100100 11 110101 1100100 110001

Color Harmonies of #F8DB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DB00

Black with #F8DB00

Text Example


Text Example

White with #F8DB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DB00; }

 p { color: rgb(248,219,0); }

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

background-color css

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

 a { background-color: rgb(248,219,0); }

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

border-color css

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

 span { border-color: rgb(248,219,0); }

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