Html Css Color HEX #F7CC2E Golden Dream

📋 copy color: '#F7CC2E'

red 247 ◦ green 204 ◦ blue 46

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

Shades of Golden Dream #F7CC2E

Tints of Golden Dream #F7CC2E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.05%

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

R = 49.7%
G = 41.05%
B = 9.26%

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

#F7CC2E (or 0xF7CC2E) is known color: Golden Dream. HEX triplet: F7, CC and 2E. RGB value is (247,204,46). Sum of RGB (Red+Green+Blue) = 247+204+46=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 46 (18.36% from 255 or 9.26% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CC2E is #0833D1. Grayscale: #C7C7C7. Windows color (decimal): -537554 or 3067127. OLE color: 3067127.

HSL color Cylindrical-coordinate representation of color #F7CC2E: hue angle of 47.16º 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 #F7CC2E is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 204 46 -
CMYK 0 0.17 0.81 0.03
HSL 47.16º 0.93% 0.57% -
HSV(B) 47.16º 0.81% 0.97% -
XYZ 60.44 63.16 11.59 -
YUV 198.85 41.75 162.35 -
System Red Green Blue C M Y K H S L
Decimal 247 204 46 0 0.17 0.81 0.03 47.16 0.93 0.57
Hex F7 CC 2E 0 11 51 3 2F 5D 39
Octal 367 314 56 0 21 121 3 57 135 71
Binary 11110111 11001100 101110 0 10001 1010001 11 101111 1011101 111001

Color Harmonies of #F7CC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CC2E

Black with #F7CC2E

Text Example


Text Example

White with #F7CC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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