Html Css Color HEX #FCBD1B Moon Yellow

📋 copy color: '#FCBD1B'

red 252 ◦ green 189 ◦ blue 27

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

Shades of Moon Yellow #FCBD1B

Tints of Moon Yellow #FCBD1B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.38%

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

R = 53.85%
G = 40.38%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCBD1B (or 0xFCBD1B) is known color: Moon Yellow. HEX triplet: FC, BD and 1B. RGB value is (252,189,27). Sum of RGB (Red+Green+Blue) = 252+189+27=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 27 (10.94% from 255 or 5.77% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD1B is #0342E4. Grayscale: #BEBEBE. Windows color (decimal): -213733 or 1818108. OLE color: 1818108.

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

Color convert

RGB 252 189 27 -
CMYK 0 0.25 0.89 0.01
HSL 43.2º 0.97% 0.55% -
HSV(B) 43.2º 0.89% 0.99% -
XYZ 58.54 57.17 8.99 -
YUV 189.37 36.37 172.67 -
System Red Green Blue C M Y K H S L
Decimal 252 189 27 0 0.25 0.89 0.01 43.2 0.97 0.55
Hex FC BD 1B 0 19 59 1 2B 61 37
Octal 374 275 33 0 31 131 1 53 141 67
Binary 11111100 10111101 11011 0 11001 1011001 1 101011 1100001 110111

Color Harmonies of #FCBD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD1B

Black with #FCBD1B

Text Example


Text Example

White with #FCBD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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