Html Css Color HEX #F0D47F Golden Glow

📋 copy color: '#F0D47F'

red 240 ◦ green 212 ◦ blue 127

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

Shades of Golden Glow #F0D47F

Tints of Golden Glow #F0D47F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.61%

 BLUE value IS 127 (50% from 255) = 21.93%

R = 41.45%
G = 36.61%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0D47F (or 0xF0D47F) is known color: Golden Glow. HEX triplet: F0, D4 and 7F. RGB value is (240,212,127). Sum of RGB (Red+Green+Blue) = 240+212+127=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 127 (50% from 255 or 21.93% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D47F is #0F2B80. Grayscale: #D3D3D3. Windows color (decimal): -994177 or 8377584. OLE color: 8377584.

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

Color convert

RGB 240 212 127 -
CMYK 0 0.12 0.47 0.06
HSL 45.13º 0.79% 0.72% -
HSV(B) 45.13º 0.47% 0.94% -
XYZ 63.31 67.14 29.7 -
YUV 210.68 80.78 148.91 -
System Red Green Blue C M Y K H S L
Decimal 240 212 127 0 0.12 0.47 0.06 45.13 0.79 0.72
Hex F0 D4 7F 0 C 2F 6 2D 4F 48
Octal 360 324 177 0 14 57 6 55 117 110
Binary 11110000 11010100 1111111 0 1100 101111 110 101101 1001111 1001000

Color Harmonies of #F0D47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D47F

Black with #F0D47F

Text Example


Text Example

White with #F0D47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D47F; }

 p { color: rgb(240,212,127); }

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

background-color css

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

 a { background-color: rgb(240,212,127); }

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

border-color css

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

 span { border-color: rgb(240,212,127); }

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