Html Css Color HEX #F6D381 Golden Glow

📋 copy color: '#F6D381'

red 246 ◦ green 211 ◦ blue 129

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

Shades of Golden Glow #F6D381

Tints of Golden Glow #F6D381

RGB

 RED value IS 246 (96.48% from 255) = 41.98%

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

 BLUE value IS 129 (50.78% from 255) = 22.01%

R = 41.98%
G = 36.01%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F6D381 (or 0xF6D381) is known color: Golden Glow. HEX triplet: F6, D3 and 81. RGB value is (246,211,129). Sum of RGB (Red+Green+Blue) = 246+211+129=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 129 (50.78% from 255 or 22.01% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D381 is #092C7E. Grayscale: #D4D4D4. Windows color (decimal): -601215 or 8508406. OLE color: 8508406.

HSL color Cylindrical-coordinate representation of color #F6D381: hue angle of 42.05º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6D381 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 211 129 -
CMYK 0 0.14 0.48 0.04
HSL 42.05º 0.87% 0.74% -
HSV(B) 42.05º 0.48% 0.96% -
XYZ 65.26 67.77 30.41 -
YUV 212.12 81.1 152.17 -
System Red Green Blue C M Y K H S L
Decimal 246 211 129 0 0.14 0.48 0.04 42.05 0.87 0.74
Hex F6 D3 81 0 E 30 4 2A 57 4A
Octal 366 323 201 0 16 60 4 52 127 112
Binary 11110110 11010011 10000001 0 1110 110000 100 101010 1010111 1001010

Color Harmonies of #F6D381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D381

Black with #F6D381

Text Example


Text Example

White with #F6D381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D381; }

 p { color: rgb(246,211,129); }

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

background-color css

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

 a { background-color: rgb(246,211,129); }

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

border-color css

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

 span { border-color: rgb(246,211,129); }

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