Html Css Color HEX #F8D02E Golden Dream

📋 copy color: '#F8D02E'

red 248 ◦ green 208 ◦ blue 46

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

Shades of Golden Dream #F8D02E

Tints of Golden Dream #F8D02E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.16%

R = 49.4%
G = 41.43%
B = 9.16%

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

#F8D02E (or 0xF8D02E) is known color: Golden Dream. HEX triplet: F8, D0 and 2E. RGB value is (248,208,46). Sum of RGB (Red+Green+Blue) = 248+208+46=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 46 (18.36% from 255 or 9.16% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D02E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D02E is #072FD1. Grayscale: #CACACA. Windows color (decimal): -470994 or 3068152. OLE color: 3068152.

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

Color convert

RGB 248 208 46 -
CMYK 0 0.16 0.81 0.03
HSL 48.12º 0.94% 0.58% -
HSV(B) 48.12º 0.81% 0.97% -
XYZ 61.76 65.27 11.93 -
YUV 201.49 40.25 161.17 -
System Red Green Blue C M Y K H S L
Decimal 248 208 46 0 0.16 0.81 0.03 48.12 0.94 0.58
Hex F8 D0 2E 0 10 51 3 30 5E 3A
Octal 370 320 56 0 20 121 3 60 136 72
Binary 11111000 11010000 101110 0 10000 1010001 11 110000 1011110 111010

Color Harmonies of #F8D02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D02E

Black with #F8D02E

Text Example


Text Example

White with #F8D02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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