Html Css Color HEX #F7CF2D Golden Dream

📋 copy color: '#F7CF2D'

red 247 ◦ green 207 ◦ blue 45

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

Shades of Golden Dream #F7CF2D

Tints of Golden Dream #F7CF2D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.48%

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

R = 49.5%
G = 41.48%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7CF2D (or 0xF7CF2D) is known color: Golden Dream. HEX triplet: F7, CF and 2D. RGB value is (247,207,45). Sum of RGB (Red+Green+Blue) = 247+207+45=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CF2D is #0830D2. Grayscale: #C9C9C9. Windows color (decimal): -536787 or 3002359. OLE color: 3002359.

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

Color convert

RGB 247 207 45 -
CMYK 0 0.16 0.82 0.03
HSL 48.12º 0.93% 0.57% -
HSV(B) 48.12º 0.82% 0.97% -
XYZ 61.14 64.59 11.73 -
YUV 200.49 40.25 161.17 -
System Red Green Blue C M Y K H S L
Decimal 247 207 45 0 0.16 0.82 0.03 48.12 0.93 0.57
Hex F7 CF 2D 0 10 52 3 30 5D 39
Octal 367 317 55 0 20 122 3 60 135 71
Binary 11110111 11001111 101101 0 10000 1010010 11 110000 1011101 111001

Color Harmonies of #F7CF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CF2D

Black with #F7CF2D

Text Example


Text Example

White with #F7CF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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