Html Css Color HEX #FCBC05 Selective Yellow

📋 copy color: '#FCBC05'

red 252 ◦ green 188 ◦ blue 5

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

Shades of Selective Yellow #FCBC05

Tints of Selective Yellow #FCBC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 56.63%
G = 42.25%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCBC05 (or 0xFCBC05) is known color: Selective Yellow. HEX triplet: FC, BC and 05. RGB value is (252,188,5). Sum of RGB (Red+Green+Blue) = 252+188+5=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 5 (2.34% from 255 or 1.12% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC05 is #0343FA. Grayscale: #BBBBBB. Windows color (decimal): -214011 or 376060. OLE color: 376060.

HSL color Cylindrical-coordinate representation of color #FCBC05: hue angle of 44.45º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCBC05 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 188 5 -
CMYK 0 0.25 0.98 0.01
HSL 44.45º 0.98% 0.5% -
HSV(B) 44.45º 0.98% 0.99% -
XYZ 58.16 56.67 8.02 -
YUV 186.27 25.7 174.88 -
System Red Green Blue C M Y K H S L
Decimal 252 188 5 0 0.25 0.98 0.01 44.45 0.98 0.5
Hex FC BC 5 0 19 62 1 2C 62 32
Octal 374 274 5 0 31 142 1 54 142 62
Binary 11111100 10111100 101 0 11001 1100010 1 101100 1100010 110010

Color Harmonies of #FCBC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC05

Black with #FCBC05

Text Example


Text Example

White with #FCBC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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