Html Css Color HEX #FCBC1E Moon Yellow

📋 copy color: '#FCBC1E'

red 252 ◦ green 188 ◦ blue 30

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

Shades of Moon Yellow #FCBC1E

Tints of Moon Yellow #FCBC1E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40%

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

R = 53.62%
G = 40%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCBC1E (or 0xFCBC1E) is known color: Moon Yellow. HEX triplet: FC, BC and 1E. RGB value is (252,188,30). Sum of RGB (Red+Green+Blue) = 252+188+30=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 30 (12.11% from 255 or 6.38% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC1E is #0343E1. Grayscale: #BDBDBD. Windows color (decimal): -213986 or 2014460. OLE color: 2014460.

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

Color convert

RGB 252 188 30 -
CMYK 0 0.25 0.88 0.01
HSL 42.7º 0.97% 0.55% -
HSV(B) 42.7º 0.88% 0.99% -
XYZ 58.36 56.76 9.11 -
YUV 189.12 38.2 172.85 -
System Red Green Blue C M Y K H S L
Decimal 252 188 30 0 0.25 0.88 0.01 42.7 0.97 0.55
Hex FC BC 1E 0 19 58 1 2B 61 37
Octal 374 274 36 0 31 130 1 53 141 67
Binary 11111100 10111100 11110 0 11001 1011000 1 101011 1100001 110111

Color Harmonies of #FCBC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC1E

Black with #FCBC1E

Text Example


Text Example

White with #FCBC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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