Html Css Color HEX #FBF601 Yellow

📋 copy color: '#FBF601'

red 251 ◦ green 246 ◦ blue 1

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

Shades of Yellow #FBF601

Tints of Yellow #FBF601

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.4%

 BLUE value IS 1 (0.78% from 255) = 0.2%

R = 50.4%
G = 49.4%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBF601 (or 0xFBF601) is known color: Yellow. HEX triplet: FB, F6 and 01. RGB value is (251,246,1). Sum of RGB (Red+Green+Blue) = 251+246+1=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 1 (0.78% from 255 or 0.20% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF601 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF601 is #0409FE. Grayscale: #DCDCDC. Windows color (decimal): -264703 or 128763. OLE color: 128763.

HSL color Cylindrical-coordinate representation of color #FBF601: hue angle of 58.8º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBF601 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 246 1 -
CMYK 0 0.02 1.00 0.02
HSL 58.8º 0.99% 0.49% -
HSV(B) 58.8º 1% 0.98% -
XYZ 72.74 86.42 12.88 -
YUV 219.57 4.66 150.42 -
System Red Green Blue C M Y K H S L
Decimal 251 246 1 0 0.02 1.00 0.02 58.8 0.99 0.49
Hex FB F6 1 0 2 64 2 3B 63 31
Octal 373 366 1 0 2 144 2 73 143 61
Binary 11111011 11110110 1 0 10 1100100 10 111011 1100011 110001

Color Harmonies of #FBF601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF601

Black with #FBF601

Text Example


Text Example

White with #FBF601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF601; }

 p { color: rgb(251,246,1); }

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

background-color css

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

 a { background-color: rgb(251,246,1); }

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

border-color css

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

 span { border-color: rgb(251,246,1); }

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