Html Css Color HEX #FBC01B Moon Yellow

📋 copy color: '#FBC01B'

red 251 ◦ green 192 ◦ blue 27

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

Shades of Moon Yellow #FBC01B

Tints of Moon Yellow #FBC01B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.85%

 BLUE value IS 27 (10.94% from 255) = 5.74%

R = 53.4%
G = 40.85%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FBC01B (or 0xFBC01B) is known color: Moon Yellow. HEX triplet: FB, C0 and 1B. RGB value is (251,192,27). Sum of RGB (Red+Green+Blue) = 251+192+27=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 27 (10.94% from 255 or 5.74% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC01B is #043FE4. Grayscale: #BFBFBF. Windows color (decimal): -278501 or 1818875. OLE color: 1818875.

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

Color convert

RGB 251 192 27 -
CMYK 0 0.24 0.89 0.02
HSL 44.2º 0.97% 0.55% -
HSV(B) 44.2º 0.89% 0.98% -
XYZ 58.83 58.29 9.19 -
YUV 190.83 35.55 170.92 -
System Red Green Blue C M Y K H S L
Decimal 251 192 27 0 0.24 0.89 0.02 44.2 0.97 0.55
Hex FB C0 1B 0 18 59 2 2C 61 37
Octal 373 300 33 0 30 131 2 54 141 67
Binary 11111011 11000000 11011 0 11000 1011001 10 101100 1100001 110111

Color Harmonies of #FBC01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC01B

Black with #FBC01B

Text Example


Text Example

White with #FBC01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC01B; }

 p { color: rgb(251,192,27); }

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

background-color css

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

 a { background-color: rgb(251,192,27); }

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

border-color css

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

 span { border-color: rgb(251,192,27); }

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