Html Css Color HEX #F5D32F Golden Dream

📋 copy color: '#F5D32F'

red 245 ◦ green 211 ◦ blue 47

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

Shades of Golden Dream #F5D32F

Tints of Golden Dream #F5D32F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.95%

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

R = 48.71%
G = 41.95%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5D32F (or 0xF5D32F) is known color: Golden Dream. HEX triplet: F5, D3 and 2F. RGB value is (245,211,47). Sum of RGB (Red+Green+Blue) = 245+211+47=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 47 (18.75% from 255 or 9.34% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D32F is #0A2CD0. Grayscale: #CBCBCB. Windows color (decimal): -666833 or 3134453. OLE color: 3134453.

HSL color Cylindrical-coordinate representation of color #F5D32F: hue angle of 49.7º 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 #F5D32F is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 211 47 -
CMYK 0 0.14 0.81 0.04
HSL 49.7º 0.91% 0.57% -
HSV(B) 49.7º 0.81% 0.96% -
XYZ 61.46 66.21 12.23 -
YUV 202.47 40.26 158.34 -
System Red Green Blue C M Y K H S L
Decimal 245 211 47 0 0.14 0.81 0.04 49.7 0.91 0.57
Hex F5 D3 2F 0 E 51 4 32 5B 39
Octal 365 323 57 0 16 121 4 62 133 71
Binary 11110101 11010011 101111 0 1110 1010001 100 110010 1011011 111001

Color Harmonies of #F5D32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D32F

Black with #F5D32F

Text Example


Text Example

White with #F5D32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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