Html Css Color HEX #FCB91D Moon Yellow

📋 copy color: '#FCB91D'

red 252 ◦ green 185 ◦ blue 29

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

Shades of Moon Yellow #FCB91D

Tints of Moon Yellow #FCB91D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.22%

R = 54.08%
G = 39.7%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCB91D (or 0xFCB91D) is known color: Moon Yellow. HEX triplet: FC, B9 and 1D. RGB value is (252,185,29). Sum of RGB (Red+Green+Blue) = 252+185+29=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 29 (11.72% from 255 or 6.22% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB91D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB91D is #0346E2. Grayscale: #BBBBBB. Windows color (decimal): -214755 or 1948156. OLE color: 1948156.

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

Color convert

RGB 252 185 29 -
CMYK 0 0.27 0.88 0.01
HSL 41.97º 0.97% 0.55% -
HSV(B) 41.97º 0.88% 0.99% -
XYZ 57.72 55.48 8.83 -
YUV 187.25 38.7 174.18 -
System Red Green Blue C M Y K H S L
Decimal 252 185 29 0 0.27 0.88 0.01 41.97 0.97 0.55
Hex FC B9 1D 0 1B 58 1 2A 61 37
Octal 374 271 35 0 33 130 1 52 141 67
Binary 11111100 10111001 11101 0 11011 1011000 1 101010 1100001 110111

Color Harmonies of #FCB91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB91D

Black with #FCB91D

Text Example


Text Example

White with #FCB91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB91D; }

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

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

background-color css

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

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

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

border-color css

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

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

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