Html Css Color HEX #F5D02F Golden Dream

📋 copy color: '#F5D02F'

red 245 ◦ green 208 ◦ blue 47

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

Shades of Golden Dream #F5D02F

Tints of Golden Dream #F5D02F

RGB

 RED value IS 245 (96.09% from 255) = 49%

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

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

R = 49%
G = 41.6%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5D02F (or 0xF5D02F) is known color: Golden Dream. HEX triplet: F5, D0 and 2F. RGB value is (245,208,47). Sum of RGB (Red+Green+Blue) = 245+208+47=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 47 (18.75% from 255 or 9.4% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D02F is #0A2FD0. Grayscale: #C9C9C9. Windows color (decimal): -667601 or 3133685. OLE color: 3133685.

HSL color Cylindrical-coordinate representation of color #F5D02F: hue angle of 48.79º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5D02F is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 208 47 -
CMYK 0 0.15 0.81 0.04
HSL 48.79º 0.91% 0.57% -
HSV(B) 48.79º 0.81% 0.96% -
XYZ 60.73 64.73 11.98 -
YUV 200.71 41.26 159.59 -
System Red Green Blue C M Y K H S L
Decimal 245 208 47 0 0.15 0.81 0.04 48.79 0.91 0.57
Hex F5 D0 2F 0 F 51 4 31 5B 39
Octal 365 320 57 0 17 121 4 61 133 71
Binary 11110101 11010000 101111 0 1111 1010001 100 110001 1011011 111001

Color Harmonies of #F5D02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D02F

Black with #F5D02F

Text Example


Text Example

White with #F5D02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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