Html Css Color HEX #FAE903 Golden Yellow

📋 copy color: '#FAE903'

red 250 ◦ green 233 ◦ blue 3

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

Shades of Golden Yellow #FAE903

Tints of Golden Yellow #FAE903

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.94%

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

R = 51.44%
G = 47.94%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAE903 (or 0xFAE903) is known color: Golden Yellow. HEX triplet: FA, E9 and 03. RGB value is (250,233,3). Sum of RGB (Red+Green+Blue) = 250+233+3=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 3 (1.56% from 255 or 0.62% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE903 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE903 is #0516FC. Grayscale: #D4D4D4. Windows color (decimal): -333565 or 256506. OLE color: 256506.

HSL color Cylindrical-coordinate representation of color #FAE903: hue angle of 55.87º 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 #FAE903 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 233 3 -
CMYK 0 0.07 0.99 0.02
HSL 55.87º 0.98% 0.5% -
HSV(B) 55.87º 0.99% 0.98% -
XYZ 68.58 78.61 11.64 -
YUV 211.86 10.13 155.2 -
System Red Green Blue C M Y K H S L
Decimal 250 233 3 0 0.07 0.99 0.02 55.87 0.98 0.5
Hex FA E9 3 0 7 63 2 38 62 32
Octal 372 351 3 0 7 143 2 70 142 62
Binary 11111010 11101001 11 0 111 1100011 10 111000 1100010 110010

Color Harmonies of #FAE903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE903

Black with #FAE903

Text Example


Text Example

White with #FAE903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE903; }

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

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

background-color css

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

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

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

border-color css

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

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

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