Html Css Color HEX #F1D330 Golden Dream

📋 copy color: '#F1D330'

red 241 ◦ green 211 ◦ blue 48

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

Shades of Golden Dream #F1D330

Tints of Golden Dream #F1D330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.6%

R = 48.2%
G = 42.2%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1D330 (or 0xF1D330) is known color: Golden Dream. HEX triplet: F1, D3 and 30. RGB value is (241,211,48). Sum of RGB (Red+Green+Blue) = 241+211+48=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 48 (19.14% from 255 or 9.6% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D330 is #0E2CCF. Grayscale: #CACACA. Windows color (decimal): -928976 or 3199985. OLE color: 3199985.

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

Color convert

RGB 241 211 48 -
CMYK 0 0.12 0.80 0.05
HSL 50.67º 0.87% 0.57% -
HSV(B) 50.67º 0.8% 0.95% -
XYZ 60.1 65.5 12.27 -
YUV 201.39 41.44 156.25 -
System Red Green Blue C M Y K H S L
Decimal 241 211 48 0 0.12 0.80 0.05 50.67 0.87 0.57
Hex F1 D3 30 0 C 50 5 33 57 39
Octal 361 323 60 0 14 120 5 63 127 71
Binary 11110001 11010011 110000 0 1100 1010000 101 110011 1010111 111001

Color Harmonies of #F1D330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D330

Black with #F1D330

Text Example


Text Example

White with #F1D330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D330; }

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

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

background-color css

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

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

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

border-color css

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

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

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