Html Css Color HEX #F7CD2D Golden Dream

📋 copy color: '#F7CD2D'

red 247 ◦ green 205 ◦ blue 45

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

Shades of Golden Dream #F7CD2D

Tints of Golden Dream #F7CD2D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.25%

 BLUE value IS 45 (17.97% from 255) = 9.05%

R = 49.7%
G = 41.25%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7CD2D (or 0xF7CD2D) is known color: Golden Dream. HEX triplet: F7, CD and 2D. RGB value is (247,205,45). Sum of RGB (Red+Green+Blue) = 247+205+45=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 45 (17.97% from 255 or 9.05% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CD2D is #0832D2. Grayscale: #C7C7C7. Windows color (decimal): -537299 or 3001847. OLE color: 3001847.

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

Color convert

RGB 247 205 45 -
CMYK 0 0.17 0.82 0.03
HSL 47.52º 0.93% 0.57% -
HSV(B) 47.52º 0.82% 0.97% -
XYZ 60.66 63.63 11.57 -
YUV 199.32 40.91 162.01 -
System Red Green Blue C M Y K H S L
Decimal 247 205 45 0 0.17 0.82 0.03 47.52 0.93 0.57
Hex F7 CD 2D 0 11 52 3 30 5D 39
Octal 367 315 55 0 21 122 3 60 135 71
Binary 11110111 11001101 101101 0 10001 1010010 11 110000 1011101 111001

Color Harmonies of #F7CD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CD2D

Black with #F7CD2D

Text Example


Text Example

White with #F7CD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CD2D; }

 p { color: rgb(247,205,45); }

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

background-color css

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

 a { background-color: rgb(247,205,45); }

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

border-color css

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

 span { border-color: rgb(247,205,45); }

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