Html Css Color HEX #FADF08 Golden Yellow

📋 copy color: '#FADF08'

red 250 ◦ green 223 ◦ blue 8

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

Shades of Golden Yellow #FADF08

Tints of Golden Yellow #FADF08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.66%

R = 51.98%
G = 46.36%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FADF08 (or 0xFADF08) is known color: Golden Yellow. HEX triplet: FA, DF and 08. RGB value is (250,223,8). Sum of RGB (Red+Green+Blue) = 250+223+8=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 8 (3.52% from 255 or 1.66% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADF08 is #0520F7. Grayscale: #CFCFCF. Windows color (decimal): -336120 or 581626. OLE color: 581626.

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

Color convert

RGB 250 223 8 -
CMYK 0 0.11 0.97 0.02
HSL 53.31º 0.96% 0.51% -
HSV(B) 53.31º 0.97% 0.98% -
XYZ 65.86 73.12 10.87 -
YUV 206.56 15.95 158.98 -
System Red Green Blue C M Y K H S L
Decimal 250 223 8 0 0.11 0.97 0.02 53.31 0.96 0.51
Hex FA DF 8 0 B 61 2 35 60 33
Octal 372 337 10 0 13 141 2 65 140 63
Binary 11111010 11011111 1000 0 1011 1100001 10 110101 1100000 110011

Color Harmonies of #FADF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF08

Black with #FADF08

Text Example


Text Example

White with #FADF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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