Html Css Color HEX #F1D229 Golden Dream

📋 copy color: '#F1D229'

red 241 ◦ green 210 ◦ blue 41

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

Shades of Golden Dream #F1D229

Tints of Golden Dream #F1D229

RGB

 RED value IS 241 (94.53% from 255) = 48.98%

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

 BLUE value IS 41 (16.41% from 255) = 8.33%

R = 48.98%
G = 42.68%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1D229 (or 0xF1D229) is known color: Golden Dream. HEX triplet: F1, D2 and 29. RGB value is (241,210,41). Sum of RGB (Red+Green+Blue) = 241+210+41=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 41 (16.41% from 255 or 8.33% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D229 is #0E2DD6. Grayscale: #C8C8C8. Windows color (decimal): -929239 or 2740977. OLE color: 2740977.

HSL color Cylindrical-coordinate representation of color #F1D229: hue angle of 50.7º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1D229 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 210 41 -
CMYK 0 0.13 0.83 0.05
HSL 50.7º 0.88% 0.55% -
HSV(B) 50.7º 0.83% 0.95% -
XYZ 59.72 64.95 11.49 -
YUV 200 38.27 157.24 -
System Red Green Blue C M Y K H S L
Decimal 241 210 41 0 0.13 0.83 0.05 50.7 0.88 0.55
Hex F1 D2 29 0 D 53 5 33 58 37
Octal 361 322 51 0 15 123 5 63 130 67
Binary 11110001 11010010 101001 0 1101 1010011 101 110011 1011000 110111

Color Harmonies of #F1D229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D229

Black with #F1D229

Text Example


Text Example

White with #F1D229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D229; }

 p { color: rgb(241,210,41); }

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

background-color css

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

 a { background-color: rgb(241,210,41); }

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

border-color css

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

 span { border-color: rgb(241,210,41); }

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