Html Css Color HEX #FCB71E Moon Yellow

📋 copy color: '#FCB71E'

red 252 ◦ green 183 ◦ blue 30

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

Shades of Moon Yellow #FCB71E

Tints of Moon Yellow #FCB71E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.35%

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

R = 54.19%
G = 39.35%
B = 6.45%

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

#FCB71E (or 0xFCB71E) is known color: Moon Yellow. HEX triplet: FC, B7 and 1E. RGB value is (252,183,30). Sum of RGB (Red+Green+Blue) = 252+183+30=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 30 (12.11% from 255 or 6.45% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB71E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB71E is #0348E1. Grayscale: #BABABA. Windows color (decimal): -215266 or 2013180. OLE color: 2013180.

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

Color convert

RGB 252 183 30 -
CMYK 0 0.27 0.88 0.01
HSL 41.35º 0.97% 0.55% -
HSV(B) 41.35º 0.88% 0.99% -
XYZ 57.31 54.66 8.76 -
YUV 186.19 39.86 174.94 -
System Red Green Blue C M Y K H S L
Decimal 252 183 30 0 0.27 0.88 0.01 41.35 0.97 0.55
Hex FC B7 1E 0 1B 58 1 29 61 37
Octal 374 267 36 0 33 130 1 51 141 67
Binary 11111100 10110111 11110 0 11011 1011000 1 101001 1100001 110111

Color Harmonies of #FCB71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB71E

Black with #FCB71E

Text Example


Text Example

White with #FCB71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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