Html Css Color HEX #F4D52F Golden Dream

📋 copy color: '#F4D52F'

red 244 ◦ green 213 ◦ blue 47

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

Shades of Golden Dream #F4D52F

Tints of Golden Dream #F4D52F

RGB

 RED value IS 244 (95.7% from 255) = 48.41%

 GREEN value IS 213 (83.59% from 255) = 42.26%

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

R = 48.41%
G = 42.26%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F4D52F (or 0xF4D52F) is known color: Golden Dream. HEX triplet: F4, D5 and 2F. RGB value is (244,213,47). Sum of RGB (Red+Green+Blue) = 244+213+47=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 47 (18.75% from 255 or 9.33% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D52F is #0B2AD0. Grayscale: #CCCCCC. Windows color (decimal): -731857 or 3134964. OLE color: 3134964.

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

Color convert

RGB 244 213 47 -
CMYK 0 0.13 0.81 0.04
HSL 50.56º 0.9% 0.57% -
HSV(B) 50.56º 0.81% 0.96% -
XYZ 61.62 67.03 12.38 -
YUV 203.35 39.77 157 -
System Red Green Blue C M Y K H S L
Decimal 244 213 47 0 0.13 0.81 0.04 50.56 0.9 0.57
Hex F4 D5 2F 0 D 51 4 33 5A 39
Octal 364 325 57 0 15 121 4 63 132 71
Binary 11110100 11010101 101111 0 1101 1010001 100 110011 1011010 111001

Color Harmonies of #F4D52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D52F

Black with #F4D52F

Text Example


Text Example

White with #F4D52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D52F; }

 p { color: rgb(244,213,47); }

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

background-color css

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

 a { background-color: rgb(244,213,47); }

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

border-color css

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

 span { border-color: rgb(244,213,47); }

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