Html Css Color HEX #F7CD2A Golden Dream

📋 copy color: '#F7CD2A'

red 247 ◦ green 205 ◦ blue 42

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

Shades of Golden Dream #F7CD2A

Tints of Golden Dream #F7CD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.5%

R = 50%
G = 41.5%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7CD2A (or 0xF7CD2A) is known color: Golden Dream. HEX triplet: F7, CD and 2A. RGB value is (247,205,42). Sum of RGB (Red+Green+Blue) = 247+205+42=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 42 (16.80% from 255 or 8.50% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CD2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CD2A is #0832D5. Grayscale: #C7C7C7. Windows color (decimal): -537302 or 2805239. OLE color: 2805239.

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

Color convert

RGB 247 205 42 -
CMYK 0 0.17 0.83 0.03
HSL 47.71º 0.93% 0.57% -
HSV(B) 47.71º 0.83% 0.97% -
XYZ 60.61 63.6 11.27 -
YUV 198.98 39.41 162.25 -
System Red Green Blue C M Y K H S L
Decimal 247 205 42 0 0.17 0.83 0.03 47.71 0.93 0.57
Hex F7 CD 2A 0 11 53 3 30 5D 39
Octal 367 315 52 0 21 123 3 60 135 71
Binary 11110111 11001101 101010 0 10001 1010011 11 110000 1011101 111001

Color Harmonies of #F7CD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CD2A

Black with #F7CD2A

Text Example


Text Example

White with #F7CD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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