Html Css Color HEX #F4D67A Golden Glow

📋 copy color: '#F4D67A'

red 244 ◦ green 214 ◦ blue 122

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

Shades of Golden Glow #F4D67A

Tints of Golden Glow #F4D67A

RGB

 RED value IS 244 (95.7% from 255) = 42.07%

 GREEN value IS 214 (83.98% from 255) = 36.9%

 BLUE value IS 122 (48.05% from 255) = 21.03%

R = 42.07%
G = 36.9%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.5

 K value IS 0.04

RGB Variations

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

Color information

#F4D67A (or 0xF4D67A) is known color: Golden Glow. HEX triplet: F4, D6 and 7A. RGB value is (244,214,122). Sum of RGB (Red+Green+Blue) = 244+214+122=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D67A is #0B2985. Grayscale: #D4D4D4. Windows color (decimal): -731526 or 8050420. OLE color: 8050420.

HSL color Cylindrical-coordinate representation of color #F4D67A: hue angle of 45.25º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F4D67A is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 214 122 -
CMYK 0 0.12 0.5 0.04
HSL 45.25º 0.85% 0.72% -
HSV(B) 45.25º 0.5% 0.96% -
XYZ 64.87 68.73 28.26 -
YUV 212.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 244 214 122 0 0.12 0.5 0.04 45.25 0.85 0.72
Hex F4 D6 7A 0 C 32 4 2D 55 48
Octal 364 326 172 0 14 62 4 55 125 110
Binary 11110100 11010110 1111010 0 1100 110010 100 101101 1010101 1001000

Color Harmonies of #F4D67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D67A

Black with #F4D67A

Text Example


Text Example

White with #F4D67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D67A; }

 p { color: rgb(244,214,122); }

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

background-color css

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

 a { background-color: rgb(244,214,122); }

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

border-color css

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

 span { border-color: rgb(244,214,122); }

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