Html Css Color HEX #FBB80B Selective Yellow

📋 copy color: '#FBB80B'

red 251 ◦ green 184 ◦ blue 11

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

Shades of Selective Yellow #FBB80B

Tints of Selective Yellow #FBB80B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.26%

 BLUE value IS 11 (4.69% from 255) = 2.47%

R = 56.28%
G = 41.26%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FBB80B (or 0xFBB80B) is known color: Selective Yellow. HEX triplet: FB, B8 and 0B. RGB value is (251,184,11). Sum of RGB (Red+Green+Blue) = 251+184+11=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBB80B is #0447F4. Grayscale: #B9B9B9. Windows color (decimal): -280565 or 768251. OLE color: 768251.

HSL color Cylindrical-coordinate representation of color #FBB80B: hue angle of 43.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBB80B is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 184 11 -
CMYK 0 0.27 0.96 0.02
HSL 43.25º 0.97% 0.51% -
HSV(B) 43.25º 0.96% 0.98% -
XYZ 56.98 54.81 7.89 -
YUV 184.31 30.2 175.57 -
System Red Green Blue C M Y K H S L
Decimal 251 184 11 0 0.27 0.96 0.02 43.25 0.97 0.51
Hex FB B8 B 0 1B 60 2 2B 61 33
Octal 373 270 13 0 33 140 2 53 141 63
Binary 11111011 10111000 1011 0 11011 1100000 10 101011 1100001 110011

Color Harmonies of #FBB80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB80B

Black with #FBB80B

Text Example


Text Example

White with #FBB80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB80B; }

 p { color: rgb(251,184,11); }

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

background-color css

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

 a { background-color: rgb(251,184,11); }

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

border-color css

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

 span { border-color: rgb(251,184,11); }

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