Html Css Color HEX #FBEA00 Golden Yellow

📋 copy color: '#FBEA00'

red 251 ◦ green 234 ◦ blue 0

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

Shades of Golden Yellow #FBEA00

Tints of Golden Yellow #FBEA00

RGB

 RED value IS 251 (98.44% from 255) = 51.75%

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

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

R = 51.75%
G = 48.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBEA00 (or 0xFBEA00) is known color: Golden Yellow. HEX triplet: FB, EA and 00. RGB value is (251,234,0). Sum of RGB (Red+Green+Blue) = 251+234+0=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 0 (0.39% from 255 or 0% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBEA00 is #0415FF. Grayscale: #D5D5D5. Windows color (decimal): -267776 or 60155. OLE color: 60155.

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

Color convert

RGB 251 234 0 -
CMYK 0 0.07 1 0.02
HSL 55.94º 1% 0.49% -
HSV(B) 55.94º 1% 0.98% -
XYZ 69.21 79.35 11.67 -
YUV 212.41 8.13 155.53 -
System Red Green Blue C M Y K H S L
Decimal 251 234 0 0 0.07 1 0.02 55.94 1 0.49
Hex FB EA 0 0 7 64 2 38 64 31
Octal 373 352 0 0 7 144 2 70 144 61
Binary 11111011 11101010 0 0 111 1100100 10 111000 1100100 110001

Color Harmonies of #FBEA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEA00

Black with #FBEA00

Text Example


Text Example

White with #FBEA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEA00; }

 p { color: rgb(251,234,0); }

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

background-color css

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

 a { background-color: rgb(251,234,0); }

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

border-color css

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

 span { border-color: rgb(251,234,0); }

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