Html Css Color HEX #FCB91E Moon Yellow

📋 copy color: '#FCB91E'

red 252 ◦ green 185 ◦ blue 30

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

Shades of Moon Yellow #FCB91E

Tints of Moon Yellow #FCB91E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.42%

R = 53.96%
G = 39.61%
B = 6.42%

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

#FCB91E (or 0xFCB91E) is known color: Moon Yellow. HEX triplet: FC, B9 and 1E. RGB value is (252,185,30). Sum of RGB (Red+Green+Blue) = 252+185+30=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 30 (12.11% from 255 or 6.42% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB91E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB91E is #0346E1. Grayscale: #BCBCBC. Windows color (decimal): -214754 or 2013692. OLE color: 2013692.

HSL color Cylindrical-coordinate representation of color #FCB91E: hue angle of 41.89º 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 #FCB91E is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 185 30 -
CMYK 0 0.27 0.88 0.01
HSL 41.89º 0.97% 0.55% -
HSV(B) 41.89º 0.88% 0.99% -
XYZ 57.73 55.49 8.9 -
YUV 187.36 39.2 174.1 -
System Red Green Blue C M Y K H S L
Decimal 252 185 30 0 0.27 0.88 0.01 41.89 0.97 0.55
Hex FC B9 1E 0 1B 58 1 2A 61 37
Octal 374 271 36 0 33 130 1 52 141 67
Binary 11111100 10111001 11110 0 11011 1011000 1 101010 1100001 110111

Color Harmonies of #FCB91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB91E

Black with #FCB91E

Text Example


Text Example

White with #FCB91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB91E; }

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

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

background-color css

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

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

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

border-color css

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

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

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