Html Css Color HEX #FADF06 Golden Yellow

📋 copy color: '#FADF06'

red 250 ◦ green 223 ◦ blue 6

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

Shades of Golden Yellow #FADF06

Tints of Golden Yellow #FADF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.25%

R = 52.19%
G = 46.56%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FADF06 (or 0xFADF06) is known color: Golden Yellow. HEX triplet: FA, DF and 06. RGB value is (250,223,6). Sum of RGB (Red+Green+Blue) = 250+223+6=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 6 (2.73% from 255 or 1.25% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADF06 is #0520F9. Grayscale: #CFCFCF. Windows color (decimal): -336122 or 450554. OLE color: 450554.

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

Color convert

RGB 250 223 6 -
CMYK 0 0.11 0.98 0.02
HSL 53.36º 0.96% 0.5% -
HSV(B) 53.36º 0.98% 0.98% -
XYZ 65.84 73.11 10.81 -
YUV 206.34 14.95 159.14 -
System Red Green Blue C M Y K H S L
Decimal 250 223 6 0 0.11 0.98 0.02 53.36 0.96 0.5
Hex FA DF 6 0 B 62 2 35 60 32
Octal 372 337 6 0 13 142 2 65 140 62
Binary 11111010 11011111 110 0 1011 1100010 10 110101 1100000 110010

Color Harmonies of #FADF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF06

Black with #FADF06

Text Example


Text Example

White with #FADF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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