Html Css Color HEX #FBB200 Selective Yellow

📋 copy color: '#FBB200'

red 251 ◦ green 178 ◦ blue 0

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

Shades of Selective Yellow #FBB200

Tints of Selective Yellow #FBB200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.49%

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

R = 58.51%
G = 41.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBB200 (or 0xFBB200) is known color: Selective Yellow. HEX triplet: FB, B2 and 00. RGB value is (251,178,0). Sum of RGB (Red+Green+Blue) = 251+178+0=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBB200 is #044DFF. Grayscale: #B4B4B4. Windows color (decimal): -282112 or 45819. OLE color: 45819.

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

Color convert

RGB 251 178 0 -
CMYK 0 0.29 1 0.02
HSL 42.55º 1% 0.49% -
HSV(B) 42.55º 1% 0.98% -
XYZ 55.7 52.35 7.17 -
YUV 179.54 26.68 178.97 -
System Red Green Blue C M Y K H S L
Decimal 251 178 0 0 0.29 1 0.02 42.55 1 0.49
Hex FB B2 0 0 1D 64 2 2B 64 31
Octal 373 262 0 0 35 144 2 53 144 61
Binary 11111011 10110010 0 0 11101 1100100 10 101011 1100100 110001

Color Harmonies of #FBB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB200

Black with #FBB200

Text Example


Text Example

White with #FBB200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB200; }

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

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

background-color css

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

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

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

border-color css

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

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

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