Html Css Color HEX #F7D52E Golden Dream

📋 copy color: '#F7D52E'

red 247 ◦ green 213 ◦ blue 46

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

Shades of Golden Dream #F7D52E

Tints of Golden Dream #F7D52E

RGB

 RED value IS 247 (96.88% from 255) = 48.81%

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

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

R = 48.81%
G = 42.09%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7D52E (or 0xF7D52E) is known color: Golden Dream. HEX triplet: F7, D5 and 2E. RGB value is (247,213,46). Sum of RGB (Red+Green+Blue) = 247+213+46=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 46 (18.36% from 255 or 9.09% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D52E is #082AD1. Grayscale: #CCCCCC. Windows color (decimal): -535250 or 3069431. OLE color: 3069431.

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

Color convert

RGB 247 213 46 -
CMYK 0 0.14 0.81 0.03
HSL 49.85º 0.93% 0.57% -
HSV(B) 49.85º 0.81% 0.97% -
XYZ 62.65 67.56 12.32 -
YUV 204.13 38.76 158.58 -
System Red Green Blue C M Y K H S L
Decimal 247 213 46 0 0.14 0.81 0.03 49.85 0.93 0.57
Hex F7 D5 2E 0 E 51 3 32 5D 39
Octal 367 325 56 0 16 121 3 62 135 71
Binary 11110111 11010101 101110 0 1110 1010001 11 110010 1011101 111001

Color Harmonies of #F7D52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D52E

Black with #F7D52E

Text Example


Text Example

White with #F7D52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D52E; }

 p { color: rgb(247,213,46); }

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

background-color css

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

 a { background-color: rgb(247,213,46); }

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

border-color css

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

 span { border-color: rgb(247,213,46); }

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