Html Css Color HEX #F0D37D Golden Glow

📋 copy color: '#F0D37D'

red 240 ◦ green 211 ◦ blue 125

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

Shades of Golden Glow #F0D37D

Tints of Golden Glow #F0D37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.7%

R = 41.67%
G = 36.63%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0D37D (or 0xF0D37D) is known color: Golden Glow. HEX triplet: F0, D3 and 7D. RGB value is (240,211,125). Sum of RGB (Red+Green+Blue) = 240+211+125=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D37D is #0F2C82. Grayscale: #D2D2D2. Windows color (decimal): -994435 or 8246256. OLE color: 8246256.

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

Color convert

RGB 240 211 125 -
CMYK 0 0.12 0.48 0.06
HSL 44.87º 0.79% 0.72% -
HSV(B) 44.87º 0.48% 0.94% -
XYZ 62.93 66.59 28.94 -
YUV 209.87 80.11 149.49 -
System Red Green Blue C M Y K H S L
Decimal 240 211 125 0 0.12 0.48 0.06 44.87 0.79 0.72
Hex F0 D3 7D 0 C 30 6 2D 4F 48
Octal 360 323 175 0 14 60 6 55 117 110
Binary 11110000 11010011 1111101 0 1100 110000 110 101101 1001111 1001000

Color Harmonies of #F0D37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D37D

Black with #F0D37D

Text Example


Text Example

White with #F0D37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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