Html Css Color HEX #FBC320 Moon Yellow

📋 copy color: '#FBC320'

red 251 ◦ green 195 ◦ blue 32

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

Shades of Moon Yellow #FBC320

Tints of Moon Yellow #FBC320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.79%

 BLUE value IS 32 (12.89% from 255) = 6.69%

R = 52.51%
G = 40.79%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FBC320 (or 0xFBC320) is known color: Moon Yellow. HEX triplet: FB, C3 and 20. RGB value is (251,195,32). Sum of RGB (Red+Green+Blue) = 251+195+32=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC320 is #043CDF. Grayscale: #C1C1C1. Windows color (decimal): -277728 or 2147323. OLE color: 2147323.

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

Color convert

RGB 251 195 32 -
CMYK 0 0.22 0.87 0.02
HSL 44.66º 0.96% 0.55% -
HSV(B) 44.66º 0.87% 0.98% -
XYZ 59.56 59.64 9.74 -
YUV 193.16 37.05 169.25 -
System Red Green Blue C M Y K H S L
Decimal 251 195 32 0 0.22 0.87 0.02 44.66 0.96 0.55
Hex FB C3 20 0 16 57 2 2D 60 37
Octal 373 303 40 0 26 127 2 55 140 67
Binary 11111011 11000011 100000 0 10110 1010111 10 101101 1100000 110111

Color Harmonies of #FBC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC320

Black with #FBC320

Text Example


Text Example

White with #FBC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC320; }

 p { color: rgb(251,195,32); }

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

background-color css

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

 a { background-color: rgb(251,195,32); }

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

border-color css

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

 span { border-color: rgb(251,195,32); }

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