Html Css Color HEX #FADF02 Golden Yellow

📋 copy color: '#FADF02'

red 250 ◦ green 223 ◦ blue 2

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

Shades of Golden Yellow #FADF02

Tints of Golden Yellow #FADF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 52.63%
G = 46.95%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FADF02 (or 0xFADF02) is known color: Golden Yellow. HEX triplet: FA, DF and 02. RGB value is (250,223,2). Sum of RGB (Red+Green+Blue) = 250+223+2=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 2 (1.17% from 255 or 0.42% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADF02 is #0520FD. Grayscale: #CECECE. Windows color (decimal): -336126 or 188410. OLE color: 188410.

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

Color convert

RGB 250 223 2 -
CMYK 0 0.11 0.99 0.02
HSL 53.47º 0.98% 0.49% -
HSV(B) 53.47º 0.99% 0.98% -
XYZ 65.82 73.1 10.7 -
YUV 205.88 12.95 159.47 -
System Red Green Blue C M Y K H S L
Decimal 250 223 2 0 0.11 0.99 0.02 53.47 0.98 0.49
Hex FA DF 2 0 B 63 2 35 62 31
Octal 372 337 2 0 13 143 2 65 142 61
Binary 11111010 11011111 10 0 1011 1100011 10 110101 1100010 110001

Color Harmonies of #FADF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF02

Black with #FADF02

Text Example


Text Example

White with #FADF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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