Html Css Color HEX #F4D02F Golden Dream

📋 copy color: '#F4D02F'

red 244 ◦ green 208 ◦ blue 47

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

Shades of Golden Dream #F4D02F

Tints of Golden Dream #F4D02F

RGB

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

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

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

R = 48.9%
G = 41.68%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F4D02F (or 0xF4D02F) is known color: Golden Dream. HEX triplet: F4, D0 and 2F. RGB value is (244,208,47). Sum of RGB (Red+Green+Blue) = 244+208+47=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 47 (18.75% from 255 or 9.42% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D02F is #0B2FD0. Grayscale: #C9C9C9. Windows color (decimal): -733137 or 3133684. OLE color: 3133684.

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

Color convert

RGB 244 208 47 -
CMYK 0 0.15 0.81 0.04
HSL 49.04º 0.9% 0.57% -
HSV(B) 49.04º 0.81% 0.96% -
XYZ 60.38 64.55 11.97 -
YUV 200.41 41.43 159.09 -
System Red Green Blue C M Y K H S L
Decimal 244 208 47 0 0.15 0.81 0.04 49.04 0.9 0.57
Hex F4 D0 2F 0 F 51 4 31 5A 39
Octal 364 320 57 0 17 121 4 61 132 71
Binary 11110100 11010000 101111 0 1111 1010001 100 110001 1011010 111001

Color Harmonies of #F4D02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D02F

Black with #F4D02F

Text Example


Text Example

White with #F4D02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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