Html Css Color HEX #FBE602 Golden Yellow

📋 copy color: '#FBE602'

red 251 ◦ green 230 ◦ blue 2

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

Shades of Golden Yellow #FBE602

Tints of Golden Yellow #FBE602

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.62%

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

R = 51.97%
G = 47.62%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FBE602 (or 0xFBE602) is known color: Golden Yellow. HEX triplet: FB, E6 and 02. RGB value is (251,230,2). Sum of RGB (Red+Green+Blue) = 251+230+2=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 2 (1.17% from 255 or 0.41% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE602 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBE602 is #0419FD. Grayscale: #D3D3D3. Windows color (decimal): -268798 or 190203. OLE color: 190203.

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

Color convert

RGB 251 230 2 -
CMYK 0 0.08 0.99 0.02
HSL 54.94º 0.98% 0.5% -
HSV(B) 54.94º 0.99% 0.98% -
XYZ 68.09 77.11 11.35 -
YUV 210.29 10.46 157.04 -
System Red Green Blue C M Y K H S L
Decimal 251 230 2 0 0.08 0.99 0.02 54.94 0.98 0.5
Hex FB E6 2 0 8 63 2 37 62 32
Octal 373 346 2 0 10 143 2 67 142 62
Binary 11111011 11100110 10 0 1000 1100011 10 110111 1100010 110010

Color Harmonies of #FBE602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE602

Black with #FBE602

Text Example


Text Example

White with #FBE602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE602; }

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

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

background-color css

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

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

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

border-color css

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

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

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