Html Css Color HEX #F1D337 Golden Dream

📋 copy color: '#F1D337'

red 241 ◦ green 211 ◦ blue 55

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

Shades of Golden Dream #F1D337

Tints of Golden Dream #F1D337

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.62%

 BLUE value IS 55 (21.88% from 255) = 10.85%

R = 47.53%
G = 41.62%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F1D337 (or 0xF1D337) is known color: Golden Dream. HEX triplet: F1, D3 and 37. RGB value is (241,211,55). Sum of RGB (Red+Green+Blue) = 241+211+55=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 55 (21.88% from 255 or 10.85% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D337 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D337 is #0E2CC8. Grayscale: #CACACA. Windows color (decimal): -928969 or 3658737. OLE color: 3658737.

HSL color Cylindrical-coordinate representation of color #F1D337: hue angle of 50.32º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F1D337 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 211 55 -
CMYK 0 0.12 0.77 0.05
HSL 50.32º 0.87% 0.58% -
HSV(B) 50.32º 0.77% 0.95% -
XYZ 60.26 65.57 13.09 -
YUV 202.19 44.94 155.68 -
System Red Green Blue C M Y K H S L
Decimal 241 211 55 0 0.12 0.77 0.05 50.32 0.87 0.58
Hex F1 D3 37 0 C 4D 5 32 57 3A
Octal 361 323 67 0 14 115 5 62 127 72
Binary 11110001 11010011 110111 0 1100 1001101 101 110010 1010111 111010

Color Harmonies of #F1D337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D337

Black with #F1D337

Text Example


Text Example

White with #F1D337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D337; }

 p { color: rgb(241,211,55); }

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

background-color css

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

 a { background-color: rgb(241,211,55); }

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

border-color css

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

 span { border-color: rgb(241,211,55); }

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