Html Css Color HEX #F4D27D Golden Glow

📋 copy color: '#F4D27D'

red 244 ◦ green 210 ◦ blue 125

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

Shades of Golden Glow #F4D27D

Tints of Golden Glow #F4D27D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.27%

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

R = 42.14%
G = 36.27%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F4D27D (or 0xF4D27D) is known color: Golden Glow. HEX triplet: F4, D2 and 7D. RGB value is (244,210,125). Sum of RGB (Red+Green+Blue) = 244+210+125=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D27D is #0B2D82. Grayscale: #D2D2D2. Windows color (decimal): -732547 or 8246004. OLE color: 8246004.

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

Color convert

RGB 244 210 125 -
CMYK 0 0.14 0.49 0.04
HSL 42.86º 0.84% 0.72% -
HSV(B) 42.86º 0.49% 0.96% -
XYZ 64.06 66.81 28.92 -
YUV 210.48 79.76 151.91 -
System Red Green Blue C M Y K H S L
Decimal 244 210 125 0 0.14 0.49 0.04 42.86 0.84 0.72
Hex F4 D2 7D 0 E 31 4 2B 54 48
Octal 364 322 175 0 16 61 4 53 124 110
Binary 11110100 11010010 1111101 0 1110 110001 100 101011 1010100 1001000

Color Harmonies of #F4D27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D27D

Black with #F4D27D

Text Example


Text Example

White with #F4D27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D27D; }

 p { color: rgb(244,210,125); }

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

background-color css

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

 a { background-color: rgb(244,210,125); }

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

border-color css

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

 span { border-color: rgb(244,210,125); }

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