Html Css Color HEX #FCBC06 Selective Yellow

📋 copy color: '#FCBC06'

red 252 ◦ green 188 ◦ blue 6

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

Shades of Selective Yellow #FCBC06

Tints of Selective Yellow #FCBC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.35%

R = 56.5%
G = 42.15%
B = 1.35%

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

#FCBC06 (or 0xFCBC06) is known color: Selective Yellow. HEX triplet: FC, BC and 06. RGB value is (252,188,6). Sum of RGB (Red+Green+Blue) = 252+188+6=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 6 (2.73% from 255 or 1.35% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC06 is #0343F9. Grayscale: #BBBBBB. Windows color (decimal): -214010 or 441596. OLE color: 441596.

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

Color convert

RGB 252 188 6 -
CMYK 0 0.25 0.98 0.01
HSL 44.39º 0.98% 0.51% -
HSV(B) 44.39º 0.98% 0.99% -
XYZ 58.16 56.68 8.05 -
YUV 186.39 26.2 174.8 -
System Red Green Blue C M Y K H S L
Decimal 252 188 6 0 0.25 0.98 0.01 44.39 0.98 0.51
Hex FC BC 6 0 19 62 1 2C 62 33
Octal 374 274 6 0 31 142 1 54 142 63
Binary 11111100 10111100 110 0 11001 1100010 1 101100 1100010 110011

Color Harmonies of #FCBC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC06

Black with #FCBC06

Text Example


Text Example

White with #FCBC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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