Html Css Color HEX #F0D302 Gold

📋 copy color: '#F0D302'

red 240 ◦ green 211 ◦ blue 2

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

Shades of Gold #F0D302

Tints of Gold #F0D302

RGB

 RED value IS 240 (94.14% from 255) = 52.98%

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

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 52.98%
G = 46.58%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F0D302 (or 0xF0D302) is known color: Gold. HEX triplet: F0, D3 and 02. RGB value is (240,211,2). Sum of RGB (Red+Green+Blue) = 240+211+2=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 2 (1.17% from 255 or 0.44% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D302 is #0F2CFD. Grayscale: #C4C4C4. Windows color (decimal): -994558 or 185328. OLE color: 185328.

HSL color Cylindrical-coordinate representation of color #F0D302: hue angle of 52.69º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0D302 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 211 2 -
CMYK 0 0.12 0.99 0.06
HSL 52.69º 0.98% 0.47% -
HSV(B) 52.69º 0.99% 0.94% -
XYZ 59.24 65.12 9.5 -
YUV 195.85 18.61 159.49 -
System Red Green Blue C M Y K H S L
Decimal 240 211 2 0 0.12 0.99 0.06 52.69 0.98 0.47
Hex F0 D3 2 0 C 63 6 35 62 2F
Octal 360 323 2 0 14 143 6 65 142 57
Binary 11110000 11010011 10 0 1100 1100011 110 110101 1100010 101111

Color Harmonies of #F0D302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D302

Black with #F0D302

Text Example


Text Example

White with #F0D302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D302; }

 p { color: rgb(240,211,2); }

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

background-color css

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

 a { background-color: rgb(240,211,2); }

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

border-color css

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

 span { border-color: rgb(240,211,2); }

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