Html Css Color HEX #FCB91B Moon Yellow

📋 copy color: '#FCB91B'

red 252 ◦ green 185 ◦ blue 27

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

Shades of Moon Yellow #FCB91B

Tints of Moon Yellow #FCB91B

RGB

 RED value IS 252 (98.83% from 255) = 54.31%

 GREEN value IS 185 (72.66% from 255) = 39.87%

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

R = 54.31%
G = 39.87%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCB91B (or 0xFCB91B) is known color: Moon Yellow. HEX triplet: FC, B9 and 1B. RGB value is (252,185,27). Sum of RGB (Red+Green+Blue) = 252+185+27=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 27 (10.94% from 255 or 5.82% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB91B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB91B is #0346E4. Grayscale: #BBBBBB. Windows color (decimal): -214757 or 1817084. OLE color: 1817084.

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

Color convert

RGB 252 185 27 -
CMYK 0 0.27 0.89 0.01
HSL 42.13º 0.97% 0.55% -
HSV(B) 42.13º 0.89% 0.99% -
XYZ 57.69 55.47 8.7 -
YUV 187.02 37.7 174.35 -
System Red Green Blue C M Y K H S L
Decimal 252 185 27 0 0.27 0.89 0.01 42.13 0.97 0.55
Hex FC B9 1B 0 1B 59 1 2A 61 37
Octal 374 271 33 0 33 131 1 52 141 67
Binary 11111100 10111001 11011 0 11011 1011001 1 101010 1100001 110111

Color Harmonies of #FCB91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB91B

Black with #FCB91B

Text Example


Text Example

White with #FCB91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB91B; }

 p { color: rgb(252,185,27); }

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

background-color css

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

 a { background-color: rgb(252,185,27); }

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

border-color css

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

 span { border-color: rgb(252,185,27); }

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