Html Css Color HEX #F1D300 Gold

📋 copy color: '#F1D300'

red 241 ◦ green 211 ◦ blue 0

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

Shades of Gold #F1D300

Tints of Gold #F1D300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.32%
G = 46.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F1D300 (or 0xF1D300) is known color: Gold. HEX triplet: F1, D3 and 00. RGB value is (241,211,0). Sum of RGB (Red+Green+Blue) = 241+211+0=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D300 is #0E2CFF. Grayscale: #C4C4C4. Windows color (decimal): -929024 or 54257. OLE color: 54257.

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

Color convert

RGB 241 211 0 -
CMYK 0 0.12 1 0.05
HSL 52.53º 1% 0.47% -
HSV(B) 52.53º 1% 0.95% -
XYZ 59.57 65.29 9.46 -
YUV 195.92 17.44 160.16 -
System Red Green Blue C M Y K H S L
Decimal 241 211 0 0 0.12 1 0.05 52.53 1 0.47
Hex F1 D3 0 0 C 64 5 35 64 2F
Octal 361 323 0 0 14 144 5 65 144 57
Binary 11110001 11010011 0 0 1100 1100100 101 110101 1100100 101111

Color Harmonies of #F1D300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D300

Black with #F1D300

Text Example


Text Example

White with #F1D300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D300; }

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

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

background-color css

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

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

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

border-color css

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

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

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