Html Css Color HEX #F4D031 Golden Dream

📋 copy color: '#F4D031'

red 244 ◦ green 208 ◦ blue 49

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

Shades of Golden Dream #F4D031

Tints of Golden Dream #F4D031

RGB

 RED value IS 244 (95.7% from 255) = 48.7%

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

 BLUE value IS 49 (19.53% from 255) = 9.78%

R = 48.7%
G = 41.52%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F4D031 (or 0xF4D031) is known color: Golden Dream. HEX triplet: F4, D0 and 31. RGB value is (244,208,49). Sum of RGB (Red+Green+Blue) = 244+208+49=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 49 (19.53% from 255 or 9.78% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D031 is #0B2FCE. Grayscale: #C9C9C9. Windows color (decimal): -733135 or 3264756. OLE color: 3264756.

HSL color Cylindrical-coordinate representation of color #F4D031: hue angle of 48.92º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4D031 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 208 49 -
CMYK 0 0.15 0.80 0.04
HSL 48.92º 0.9% 0.57% -
HSV(B) 48.92º 0.8% 0.96% -
XYZ 60.42 64.57 12.18 -
YUV 200.64 42.43 158.93 -
System Red Green Blue C M Y K H S L
Decimal 244 208 49 0 0.15 0.80 0.04 48.92 0.9 0.57
Hex F4 D0 31 0 F 50 4 31 5A 39
Octal 364 320 61 0 17 120 4 61 132 71
Binary 11110100 11010000 110001 0 1111 1010000 100 110001 1011010 111001

Color Harmonies of #F4D031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D031

Black with #F4D031

Text Example


Text Example

White with #F4D031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D031; }

 p { color: rgb(244,208,49); }

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

background-color css

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

 a { background-color: rgb(244,208,49); }

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

border-color css

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

 span { border-color: rgb(244,208,49); }

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