Html Css Color HEX #FCBC03 Selective Yellow

📋 copy color: '#FCBC03'

red 252 ◦ green 188 ◦ blue 3

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

Shades of Selective Yellow #FCBC03

Tints of Selective Yellow #FCBC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 56.88%
G = 42.44%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCBC03 (or 0xFCBC03) is known color: Selective Yellow. HEX triplet: FC, BC and 03. RGB value is (252,188,3). Sum of RGB (Red+Green+Blue) = 252+188+3=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 3 (1.56% from 255 or 0.68% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC03 is #0343FC. Grayscale: #BABABA. Windows color (decimal): -214013 or 244988. OLE color: 244988.

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

Color convert

RGB 252 188 3 -
CMYK 0 0.25 0.99 0.01
HSL 44.58º 0.98% 0.5% -
HSV(B) 44.58º 0.99% 0.99% -
XYZ 58.14 56.67 7.96 -
YUV 186.05 24.7 175.04 -
System Red Green Blue C M Y K H S L
Decimal 252 188 3 0 0.25 0.99 0.01 44.58 0.98 0.5
Hex FC BC 3 0 19 63 1 2D 62 32
Octal 374 274 3 0 31 143 1 55 142 62
Binary 11111100 10111100 11 0 11001 1100011 1 101101 1100010 110010

Color Harmonies of #FCBC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC03

Black with #FCBC03

Text Example


Text Example

White with #FCBC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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