Html Css Color HEX #FADF0A Golden Yellow

📋 copy color: '#FADF0A'

red 250 ◦ green 223 ◦ blue 10

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

Shades of Golden Yellow #FADF0A

Tints of Golden Yellow #FADF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.07%

R = 51.76%
G = 46.17%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FADF0A (or 0xFADF0A) is known color: Golden Yellow. HEX triplet: FA, DF and 0A. RGB value is (250,223,10). Sum of RGB (Red+Green+Blue) = 250+223+10=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 10 (4.30% from 255 or 2.07% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADF0A is #0520F5. Grayscale: #CFCFCF. Windows color (decimal): -336118 or 712698. OLE color: 712698.

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

Color convert

RGB 250 223 10 -
CMYK 0 0.11 0.96 0.02
HSL 53.25º 0.96% 0.51% -
HSV(B) 53.25º 0.96% 0.98% -
XYZ 65.87 73.12 10.93 -
YUV 206.79 16.95 158.82 -
System Red Green Blue C M Y K H S L
Decimal 250 223 10 0 0.11 0.96 0.02 53.25 0.96 0.51
Hex FA DF A 0 B 60 2 35 60 33
Octal 372 337 12 0 13 140 2 65 140 63
Binary 11111010 11011111 1010 0 1011 1100000 10 110101 1100000 110011

Color Harmonies of #FADF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF0A

Black with #FADF0A

Text Example


Text Example

White with #FADF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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