Html Css Color HEX #F1D335 Golden Dream

📋 copy color: '#F1D335'

red 241 ◦ green 211 ◦ blue 53

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

Shades of Golden Dream #F1D335

Tints of Golden Dream #F1D335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.5%

R = 47.72%
G = 41.78%
B = 10.5%

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

#F1D335 (or 0xF1D335) is known color: Golden Dream. HEX triplet: F1, D3 and 35. RGB value is (241,211,53). Sum of RGB (Red+Green+Blue) = 241+211+53=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 53 (21.09% from 255 or 10.50% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D335 is #0E2CCA. Grayscale: #CACACA. Windows color (decimal): -928971 or 3527665. OLE color: 3527665.

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

Color convert

RGB 241 211 53 -
CMYK 0 0.12 0.78 0.05
HSL 50.43º 0.87% 0.58% -
HSV(B) 50.43º 0.78% 0.95% -
XYZ 60.21 65.55 12.85 -
YUV 201.96 43.94 155.85 -
System Red Green Blue C M Y K H S L
Decimal 241 211 53 0 0.12 0.78 0.05 50.43 0.87 0.58
Hex F1 D3 35 0 C 4E 5 32 57 3A
Octal 361 323 65 0 14 116 5 62 127 72
Binary 11110001 11010011 110101 0 1100 1001110 101 110010 1010111 111010

Color Harmonies of #F1D335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D335

Black with #F1D335

Text Example


Text Example

White with #F1D335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D335; }

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

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

background-color css

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

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

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

border-color css

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

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

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