Html Css Color HEX #F1D334 Golden Dream

📋 copy color: '#F1D334'

red 241 ◦ green 211 ◦ blue 52

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

Shades of Golden Dream #F1D334

Tints of Golden Dream #F1D334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.32%

R = 47.82%
G = 41.87%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F1D334 (or 0xF1D334) is known color: Golden Dream. HEX triplet: F1, D3 and 34. RGB value is (241,211,52). Sum of RGB (Red+Green+Blue) = 241+211+52=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 52 (20.70% from 255 or 10.32% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D334 is #0E2CCB. Grayscale: #CACACA. Windows color (decimal): -928972 or 3462129. OLE color: 3462129.

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

Color convert

RGB 241 211 52 -
CMYK 0 0.12 0.78 0.05
HSL 50.48º 0.87% 0.57% -
HSV(B) 50.48º 0.78% 0.95% -
XYZ 60.19 65.54 12.73 -
YUV 201.84 43.44 155.93 -
System Red Green Blue C M Y K H S L
Decimal 241 211 52 0 0.12 0.78 0.05 50.48 0.87 0.57
Hex F1 D3 34 0 C 4E 5 32 57 39
Octal 361 323 64 0 14 116 5 62 127 71
Binary 11110001 11010011 110100 0 1100 1001110 101 110010 1010111 111001

Color Harmonies of #F1D334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D334

Black with #F1D334

Text Example


Text Example

White with #F1D334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D334; }

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

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

background-color css

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

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

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

border-color css

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

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

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