Html Css Color HEX #FAF303 Yellow

📋 copy color: '#FAF303'

red 250 ◦ green 243 ◦ blue 3

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

Shades of Yellow #FAF303

Tints of Yellow #FAF303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.6%

R = 50.4%
G = 48.99%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAF303 (or 0xFAF303) is known color: Yellow. HEX triplet: FA, F3 and 03. RGB value is (250,243,3). Sum of RGB (Red+Green+Blue) = 250+243+3=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 3 (1.56% from 255 or 0.60% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF303 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF303 is #050CFC. Grayscale: #DADADA. Windows color (decimal): -331005 or 259066. OLE color: 259066.

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

Color convert

RGB 250 243 3 -
CMYK 0 0.03 0.99 0.02
HSL 58.3º 0.98% 0.5% -
HSV(B) 58.3º 0.99% 0.98% -
XYZ 71.49 84.43 12.62 -
YUV 217.73 6.82 151.01 -
System Red Green Blue C M Y K H S L
Decimal 250 243 3 0 0.03 0.99 0.02 58.3 0.98 0.5
Hex FA F3 3 0 3 63 2 3A 62 32
Octal 372 363 3 0 3 143 2 72 142 62
Binary 11111010 11110011 11 0 11 1100011 10 111010 1100010 110010

Color Harmonies of #FAF303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF303

Black with #FAF303

Text Example


Text Example

White with #FAF303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF303; }

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

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

background-color css

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

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

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

border-color css

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

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

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