Html Css Color HEX #F7D030 Golden Dream

📋 copy color: '#F7D030'

red 247 ◦ green 208 ◦ blue 48

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

Shades of Golden Dream #F7D030

Tints of Golden Dream #F7D030

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.35%

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

R = 49.11%
G = 41.35%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7D030 (or 0xF7D030) is known color: Golden Dream. HEX triplet: F7, D0 and 30. RGB value is (247,208,48). Sum of RGB (Red+Green+Blue) = 247+208+48=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 48 (19.14% from 255 or 9.54% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D030 is #082FCF. Grayscale: #CACACA. Windows color (decimal): -536528 or 3199223. OLE color: 3199223.

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

Color convert

RGB 247 208 48 -
CMYK 0 0.16 0.81 0.03
HSL 48.24º 0.93% 0.58% -
HSV(B) 48.24º 0.81% 0.97% -
XYZ 61.45 65.1 12.12 -
YUV 201.42 41.42 160.51 -
System Red Green Blue C M Y K H S L
Decimal 247 208 48 0 0.16 0.81 0.03 48.24 0.93 0.58
Hex F7 D0 30 0 10 51 3 30 5D 3A
Octal 367 320 60 0 20 121 3 60 135 72
Binary 11110111 11010000 110000 0 10000 1010001 11 110000 1011101 111010

Color Harmonies of #F7D030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D030

Black with #F7D030

Text Example


Text Example

White with #F7D030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D030; }

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

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

background-color css

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

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

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

border-color css

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

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

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