Html Css Color HEX #FADF7F Golden Glow

📋 copy color: '#FADF7F'

red 250 ◦ green 223 ◦ blue 127

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

Shades of Golden Glow #FADF7F

Tints of Golden Glow #FADF7F

RGB

 RED value IS 250 (98.05% from 255) = 41.67%

 GREEN value IS 223 (87.5% from 255) = 37.17%

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

R = 41.67%
G = 37.17%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FADF7F (or 0xFADF7F) is known color: Golden Glow. HEX triplet: FA, DF and 7F. RGB value is (250,223,127). Sum of RGB (Red+Green+Blue) = 250+223+127=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 127 (50% from 255 or 21.17% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF7F is #052080. Grayscale: #DCDCDC. Windows color (decimal): -336001 or 8380410. OLE color: 8380410.

HSL color Cylindrical-coordinate representation of color #FADF7F: hue angle of 46.83º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FADF7F is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 223 127 -
CMYK 0 0.11 0.49 0.02
HSL 46.83º 0.92% 0.74% -
HSV(B) 46.83º 0.49% 0.98% -
XYZ 69.64 74.63 30.81 -
YUV 220.13 75.45 149.31 -
System Red Green Blue C M Y K H S L
Decimal 250 223 127 0 0.11 0.49 0.02 46.83 0.92 0.74
Hex FA DF 7F 0 B 31 2 2F 5C 4A
Octal 372 337 177 0 13 61 2 57 134 112
Binary 11111010 11011111 1111111 0 1011 110001 10 101111 1011100 1001010

Color Harmonies of #FADF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF7F

Black with #FADF7F

Text Example


Text Example

White with #FADF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF7F; }

 p { color: rgb(250,223,127); }

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

background-color css

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

 a { background-color: rgb(250,223,127); }

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

border-color css

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

 span { border-color: rgb(250,223,127); }

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