Html Css Color HEX #F7CE2F Golden Dream

📋 copy color: '#F7CE2F'

red 247 ◦ green 206 ◦ blue 47

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

Shades of Golden Dream #F7CE2F

Tints of Golden Dream #F7CE2F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.2%

 BLUE value IS 47 (18.75% from 255) = 9.4%

R = 49.4%
G = 41.2%
B = 9.4%

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

#F7CE2F (or 0xF7CE2F) is known color: Golden Dream. HEX triplet: F7, CE and 2F. RGB value is (247,206,47). Sum of RGB (Red+Green+Blue) = 247+206+47=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 47 (18.75% from 255 or 9.4% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CE2F is #0831D0. Grayscale: #C8C8C8. Windows color (decimal): -537041 or 3133175. OLE color: 3133175.

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

Color convert

RGB 247 206 47 -
CMYK 0 0.17 0.81 0.03
HSL 47.7º 0.93% 0.58% -
HSV(B) 47.7º 0.81% 0.97% -
XYZ 60.94 64.12 11.85 -
YUV 200.13 41.58 161.43 -
System Red Green Blue C M Y K H S L
Decimal 247 206 47 0 0.17 0.81 0.03 47.7 0.93 0.58
Hex F7 CE 2F 0 11 51 3 30 5D 3A
Octal 367 316 57 0 21 121 3 60 135 72
Binary 11110111 11001110 101111 0 10001 1010001 11 110000 1011101 111010

Color Harmonies of #F7CE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CE2F

Black with #F7CE2F

Text Example


Text Example

White with #F7CE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CE2F; }

 p { color: rgb(247,206,47); }

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

background-color css

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

 a { background-color: rgb(247,206,47); }

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

border-color css

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

 span { border-color: rgb(247,206,47); }

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