Html Css Color HEX #F4D228 Golden Dream

📋 copy color: '#F4D228'

red 244 ◦ green 210 ◦ blue 40

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

Shades of Golden Dream #F4D228

Tints of Golden Dream #F4D228

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.51%

 BLUE value IS 40 (16.02% from 255) = 8.1%

R = 49.39%
G = 42.51%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F4D228 (or 0xF4D228) is known color: Golden Dream. HEX triplet: F4, D2 and 28. RGB value is (244,210,40). Sum of RGB (Red+Green+Blue) = 244+210+40=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D228 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D228 is #0B2DD7. Grayscale: #C9C9C9. Windows color (decimal): -732632 or 2675444. OLE color: 2675444.

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

Color convert

RGB 244 210 40 -
CMYK 0 0.14 0.84 0.04
HSL 50º 0.9% 0.56% -
HSV(B) 50º 0.84% 0.96% -
XYZ 60.74 65.48 11.45 -
YUV 200.79 37.26 158.82 -
System Red Green Blue C M Y K H S L
Decimal 244 210 40 0 0.14 0.84 0.04 50 0.9 0.56
Hex F4 D2 28 0 E 54 4 32 5A 38
Octal 364 322 50 0 16 124 4 62 132 70
Binary 11110100 11010010 101000 0 1110 1010100 100 110010 1011010 111000

Color Harmonies of #F4D228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D228

Black with #F4D228

Text Example


Text Example

White with #F4D228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D228; }

 p { color: rgb(244,210,40); }

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

background-color css

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

 a { background-color: rgb(244,210,40); }

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

border-color css

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

 span { border-color: rgb(244,210,40); }

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