Html Css Color HEX #FBB400 Selective Yellow

📋 copy color: '#FBB400'

red 251 ◦ green 180 ◦ blue 0

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

Shades of Selective Yellow #FBB400

Tints of Selective Yellow #FBB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.76%

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

R = 58.24%
G = 41.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBB400 (or 0xFBB400) is known color: Selective Yellow. HEX triplet: FB, B4 and 00. RGB value is (251,180,0). Sum of RGB (Red+Green+Blue) = 251+180+0=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBB400 is #044BFF. Grayscale: #B5B5B5. Windows color (decimal): -281600 or 46331. OLE color: 46331.

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

Color convert

RGB 251 180 0 -
CMYK 0 0.28 1 0.02
HSL 43.03º 1% 0.49% -
HSV(B) 43.03º 1% 0.98% -
XYZ 56.1 53.15 7.3 -
YUV 180.71 26.02 178.14 -
System Red Green Blue C M Y K H S L
Decimal 251 180 0 0 0.28 1 0.02 43.03 1 0.49
Hex FB B4 0 0 1C 64 2 2B 64 31
Octal 373 264 0 0 34 144 2 53 144 61
Binary 11111011 10110100 0 0 11100 1100100 10 101011 1100100 110001

Color Harmonies of #FBB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB400

Black with #FBB400

Text Example


Text Example

White with #FBB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB400; }

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

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

background-color css

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

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

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

border-color css

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

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

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