Html Css Color HEX #F8D02F Golden Dream

📋 copy color: '#F8D02F'

red 248 ◦ green 208 ◦ blue 47

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

Shades of Golden Dream #F8D02F

Tints of Golden Dream #F8D02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.34%

R = 49.3%
G = 41.35%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8D02F (or 0xF8D02F) is known color: Golden Dream. HEX triplet: F8, D0 and 2F. RGB value is (248,208,47). Sum of RGB (Red+Green+Blue) = 248+208+47=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 47 (18.75% from 255 or 9.34% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D02F is #072FD0. Grayscale: #CACACA. Windows color (decimal): -470993 or 3133688. OLE color: 3133688.

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

Color convert

RGB 248 208 47 -
CMYK 0 0.16 0.81 0.03
HSL 48.06º 0.93% 0.58% -
HSV(B) 48.06º 0.81% 0.97% -
XYZ 61.78 65.27 12.03 -
YUV 201.61 40.75 161.09 -
System Red Green Blue C M Y K H S L
Decimal 248 208 47 0 0.16 0.81 0.03 48.06 0.93 0.58
Hex F8 D0 2F 0 10 51 3 30 5D 3A
Octal 370 320 57 0 20 121 3 60 135 72
Binary 11111000 11010000 101111 0 10000 1010001 11 110000 1011101 111010

Color Harmonies of #F8D02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D02F

Black with #F8D02F

Text Example


Text Example

White with #F8D02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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