Html Css Color HEX #F2D307 Gold

📋 copy color: '#F2D307'

red 242 ◦ green 211 ◦ blue 7

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

Shades of Gold #F2D307

Tints of Gold #F2D307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.52%

R = 52.61%
G = 45.87%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2D307 (or 0xF2D307) is known color: Gold. HEX triplet: F2, D3 and 07. RGB value is (242,211,7). Sum of RGB (Red+Green+Blue) = 242+211+7=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 7 (3.12% from 255 or 1.52% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D307 is #0D2CF8. Grayscale: #C5C5C5. Windows color (decimal): -863481 or 513010. OLE color: 513010.

HSL color Cylindrical-coordinate representation of color #F2D307: hue angle of 52.09º 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 #F2D307 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 211 7 -
CMYK 0 0.13 0.97 0.05
HSL 52.09º 0.94% 0.49% -
HSV(B) 52.09º 0.97% 0.95% -
XYZ 59.95 65.48 9.68 -
YUV 197.01 20.77 160.09 -
System Red Green Blue C M Y K H S L
Decimal 242 211 7 0 0.13 0.97 0.05 52.09 0.94 0.49
Hex F2 D3 7 0 D 61 5 34 5E 31
Octal 362 323 7 0 15 141 5 64 136 61
Binary 11110010 11010011 111 0 1101 1100001 101 110100 1011110 110001

Color Harmonies of #F2D307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D307

Black with #F2D307

Text Example


Text Example

White with #F2D307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D307; }

 p { color: rgb(242,211,7); }

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

background-color css

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

 a { background-color: rgb(242,211,7); }

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

border-color css

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

 span { border-color: rgb(242,211,7); }

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