Html Css Color HEX #FBE302 Golden Yellow

📋 copy color: '#FBE302'

red 251 ◦ green 227 ◦ blue 2

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

Shades of Golden Yellow #FBE302

Tints of Golden Yellow #FBE302

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.29%

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

R = 52.29%
G = 47.29%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FBE302 (or 0xFBE302) is known color: Golden Yellow. HEX triplet: FB, E3 and 02. RGB value is (251,227,2). Sum of RGB (Red+Green+Blue) = 251+227+2=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 2 (1.17% from 255 or 0.42% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE302 is #041CFD. Grayscale: #D1D1D1. Windows color (decimal): -269566 or 189435. OLE color: 189435.

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

Color convert

RGB 251 227 2 -
CMYK 0 0.10 0.99 0.02
HSL 54.22º 0.98% 0.5% -
HSV(B) 54.22º 0.99% 0.98% -
XYZ 67.26 75.45 11.08 -
YUV 208.53 11.45 158.3 -
System Red Green Blue C M Y K H S L
Decimal 251 227 2 0 0.10 0.99 0.02 54.22 0.98 0.5
Hex FB E3 2 0 A 63 2 36 62 32
Octal 373 343 2 0 12 143 2 66 142 62
Binary 11111011 11100011 10 0 1010 1100011 10 110110 1100010 110010

Color Harmonies of #FBE302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE302

Black with #FBE302

Text Example


Text Example

White with #FBE302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE302; }

 p { color: rgb(251,227,2); }

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

background-color css

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

 a { background-color: rgb(251,227,2); }

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

border-color css

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

 span { border-color: rgb(251,227,2); }

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