Html Css Color HEX #F2D610 Gold

📋 copy color: '#F2D610'

red 242 ◦ green 214 ◦ blue 16

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

Shades of Gold #F2D610

Tints of Gold #F2D610

RGB

 RED value IS 242 (94.92% from 255) = 51.27%

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

 BLUE value IS 16 (6.64% from 255) = 3.39%

R = 51.27%
G = 45.34%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2D610 (or 0xF2D610) is known color: Gold. HEX triplet: F2, D6 and 10. RGB value is (242,214,16). Sum of RGB (Red+Green+Blue) = 242+214+16=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 16 (6.64% from 255 or 3.39% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D610 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D610 is #0D29EF. Grayscale: #C8C8C8. Windows color (decimal): -862704 or 1103602. OLE color: 1103602.

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

Color convert

RGB 242 214 16 -
CMYK 0 0.12 0.93 0.05
HSL 52.57º 0.9% 0.51% -
HSV(B) 52.57º 0.93% 0.95% -
XYZ 60.76 67.01 10.22 -
YUV 199.8 24.28 158.1 -
System Red Green Blue C M Y K H S L
Decimal 242 214 16 0 0.12 0.93 0.05 52.57 0.9 0.51
Hex F2 D6 10 0 C 5D 5 35 5A 33
Octal 362 326 20 0 14 135 5 65 132 63
Binary 11110010 11010110 10000 0 1100 1011101 101 110101 1011010 110011

Color Harmonies of #F2D610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D610

Black with #F2D610

Text Example


Text Example

White with #F2D610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D610; }

 p { color: rgb(242,214,16); }

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

background-color css

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

 a { background-color: rgb(242,214,16); }

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

border-color css

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

 span { border-color: rgb(242,214,16); }

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