Html Css Color HEX #FAF300 Yellow

📋 copy color: '#FAF300'

red 250 ◦ green 243 ◦ blue 0

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

Shades of Yellow #FAF300

Tints of Yellow #FAF300

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.71%
G = 49.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAF300 (or 0xFAF300) is known color: Yellow. HEX triplet: FA, F3 and 00. RGB value is (250,243,0). Sum of RGB (Red+Green+Blue) = 250+243+0=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 0 (0.39% from 255 or 0% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF300 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF300 is #050CFF. Grayscale: #DADADA. Windows color (decimal): -331008 or 62458. OLE color: 62458.

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

Color convert

RGB 250 243 0 -
CMYK 0 0.03 1 0.02
HSL 58.32º 1% 0.49% -
HSV(B) 58.32º 1% 0.98% -
XYZ 71.47 84.43 12.53 -
YUV 217.39 5.32 151.26 -
System Red Green Blue C M Y K H S L
Decimal 250 243 0 0 0.03 1 0.02 58.32 1 0.49
Hex FA F3 0 0 3 64 2 3A 64 31
Octal 372 363 0 0 3 144 2 72 144 61
Binary 11111010 11110011 0 0 11 1100100 10 111010 1100100 110001

Color Harmonies of #FAF300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF300

Black with #FAF300

Text Example


Text Example

White with #FAF300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF300; }

 p { color: rgb(250,243,0); }

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

background-color css

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

 a { background-color: rgb(250,243,0); }

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

border-color css

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

 span { border-color: rgb(250,243,0); }

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