Html Css Color HEX #FAEA03 Golden Yellow

📋 copy color: '#FAEA03'

red 250 ◦ green 234 ◦ blue 3

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

Shades of Golden Yellow #FAEA03

Tints of Golden Yellow #FAEA03

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.05%

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

R = 51.33%
G = 48.05%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAEA03 (or 0xFAEA03) is known color: Golden Yellow. HEX triplet: FA, EA and 03. RGB value is (250,234,3). Sum of RGB (Red+Green+Blue) = 250+234+3=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 3 (1.56% from 255 or 0.62% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEA03 is #0515FC. Grayscale: #D5D5D5. Windows color (decimal): -333309 or 256762. OLE color: 256762.

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

Color convert

RGB 250 234 3 -
CMYK 0 0.06 0.99 0.02
HSL 56.11º 0.98% 0.5% -
HSV(B) 56.11º 0.99% 0.98% -
XYZ 68.86 79.18 11.74 -
YUV 212.45 9.8 154.78 -
System Red Green Blue C M Y K H S L
Decimal 250 234 3 0 0.06 0.99 0.02 56.11 0.98 0.5
Hex FA EA 3 0 6 63 2 38 62 32
Octal 372 352 3 0 6 143 2 70 142 62
Binary 11111010 11101010 11 0 110 1100011 10 111000 1100010 110010

Color Harmonies of #FAEA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA03

Black with #FAEA03

Text Example


Text Example

White with #FAEA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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