Html Css Color HEX #F2D30F Gold

📋 copy color: '#F2D30F'

red 242 ◦ green 211 ◦ blue 15

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

Shades of Gold #F2D30F

Tints of Gold #F2D30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.21%

R = 51.71%
G = 45.09%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2D30F (or 0xF2D30F) is known color: Gold. HEX triplet: F2, D3 and 0F. RGB value is (242,211,15). Sum of RGB (Red+Green+Blue) = 242+211+15=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 15 (6.25% from 255 or 3.21% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D30F is #0D2CF0. Grayscale: #C6C6C6. Windows color (decimal): -863473 or 1037298. OLE color: 1037298.

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

Color convert

RGB 242 211 15 -
CMYK 0 0.13 0.94 0.05
HSL 51.81º 0.9% 0.5% -
HSV(B) 51.81º 0.94% 0.95% -
XYZ 60 65.5 9.93 -
YUV 197.93 24.77 159.44 -
System Red Green Blue C M Y K H S L
Decimal 242 211 15 0 0.13 0.94 0.05 51.81 0.9 0.5
Hex F2 D3 F 0 D 5E 5 34 5A 32
Octal 362 323 17 0 15 136 5 64 132 62
Binary 11110010 11010011 1111 0 1101 1011110 101 110100 1011010 110010

Color Harmonies of #F2D30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D30F

Black with #F2D30F

Text Example


Text Example

White with #F2D30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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