Html Css Color HEX #FAEA02 Golden Yellow

📋 copy color: '#FAEA02'

red 250 ◦ green 234 ◦ blue 2

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

Shades of Golden Yellow #FAEA02

Tints of Golden Yellow #FAEA02

RGB

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

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

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

R = 51.44%
G = 48.15%
B = 0.41%

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

#FAEA02 (or 0xFAEA02) is known color: Golden Yellow. HEX triplet: FA, EA and 02. RGB value is (250,234,2). Sum of RGB (Red+Green+Blue) = 250+234+2=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 2 (1.17% from 255 or 0.41% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEA02 is #0515FD. Grayscale: #D5D5D5. Windows color (decimal): -333310 or 191226. OLE color: 191226.

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

Color convert

RGB 250 234 2 -
CMYK 0 0.06 0.99 0.02
HSL 56.13º 0.98% 0.49% -
HSV(B) 56.13º 0.99% 0.98% -
XYZ 68.86 79.17 11.71 -
YUV 212.34 9.3 154.86 -
System Red Green Blue C M Y K H S L
Decimal 250 234 2 0 0.06 0.99 0.02 56.13 0.98 0.49
Hex FA EA 2 0 6 63 2 38 62 31
Octal 372 352 2 0 6 143 2 70 142 61
Binary 11111010 11101010 10 0 110 1100011 10 111000 1100010 110001

Color Harmonies of #FAEA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA02

Black with #FAEA02

Text Example


Text Example

White with #FAEA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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