Html Css Color HEX #F1D608 Gold

📋 copy color: '#F1D608'

red 241 ◦ green 214 ◦ blue 8

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

Shades of Gold #F1D608

Tints of Gold #F1D608

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.22%

 BLUE value IS 8 (3.52% from 255) = 1.73%

R = 52.05%
G = 46.22%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F1D608 (or 0xF1D608) is known color: Gold. HEX triplet: F1, D6 and 08. RGB value is (241,214,8). Sum of RGB (Red+Green+Blue) = 241+214+8=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 8 (3.52% from 255 or 1.73% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D608 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D608 is #0E29F7. Grayscale: #C7C7C7. Windows color (decimal): -928248 or 579313. OLE color: 579313.

HSL color Cylindrical-coordinate representation of color #F1D608: hue angle of 53.05º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1D608 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 214 8 -
CMYK 0 0.11 0.97 0.05
HSL 53.05º 0.94% 0.49% -
HSV(B) 53.05º 0.97% 0.95% -
XYZ 60.37 66.81 9.94 -
YUV 198.59 20.45 158.25 -
System Red Green Blue C M Y K H S L
Decimal 241 214 8 0 0.11 0.97 0.05 53.05 0.94 0.49
Hex F1 D6 8 0 B 61 5 35 5E 31
Octal 361 326 10 0 13 141 5 65 136 61
Binary 11110001 11010110 1000 0 1011 1100001 101 110101 1011110 110001

Color Harmonies of #F1D608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D608

Black with #F1D608

Text Example


Text Example

White with #F1D608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D608; }

 p { color: rgb(241,214,8); }

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

background-color css

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

 a { background-color: rgb(241,214,8); }

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

border-color css

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

 span { border-color: rgb(241,214,8); }

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