Html Css Color HEX #F7CD30 Golden Dream

📋 copy color: '#F7CD30'

red 247 ◦ green 205 ◦ blue 48

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

Shades of Golden Dream #F7CD30

Tints of Golden Dream #F7CD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.6%

R = 49.4%
G = 41%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7CD30 (or 0xF7CD30) is known color: Golden Dream. HEX triplet: F7, CD and 30. RGB value is (247,205,48). Sum of RGB (Red+Green+Blue) = 247+205+48=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 48 (19.14% from 255 or 9.6% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CD30 is #0832CF. Grayscale: #C8C8C8. Windows color (decimal): -537296 or 3198455. OLE color: 3198455.

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

Color convert

RGB 247 205 48 -
CMYK 0 0.17 0.81 0.03
HSL 47.34º 0.93% 0.58% -
HSV(B) 47.34º 0.81% 0.97% -
XYZ 60.72 63.65 11.88 -
YUV 199.66 42.41 161.77 -
System Red Green Blue C M Y K H S L
Decimal 247 205 48 0 0.17 0.81 0.03 47.34 0.93 0.58
Hex F7 CD 30 0 11 51 3 2F 5D 3A
Octal 367 315 60 0 21 121 3 57 135 72
Binary 11110111 11001101 110000 0 10001 1010001 11 101111 1011101 111010

Color Harmonies of #F7CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CD30

Black with #F7CD30

Text Example


Text Example

White with #F7CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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