Html Css Color HEX #FCBC0A Selective Yellow

📋 copy color: '#FCBC0A'

red 252 ◦ green 188 ◦ blue 10

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

Shades of Selective Yellow #FCBC0A

Tints of Selective Yellow #FCBC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.22%

R = 56%
G = 41.78%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCBC0A (or 0xFCBC0A) is known color: Selective Yellow. HEX triplet: FC, BC and 0A. RGB value is (252,188,10). Sum of RGB (Red+Green+Blue) = 252+188+10=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC0A is #0343F5. Grayscale: #BBBBBB. Windows color (decimal): -214006 or 703740. OLE color: 703740.

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

Color convert

RGB 252 188 10 -
CMYK 0 0.25 0.96 0.01
HSL 44.13º 0.98% 0.51% -
HSV(B) 44.13º 0.96% 0.99% -
XYZ 58.18 56.68 8.16 -
YUV 186.84 28.2 174.47 -
System Red Green Blue C M Y K H S L
Decimal 252 188 10 0 0.25 0.96 0.01 44.13 0.98 0.51
Hex FC BC A 0 19 60 1 2C 62 33
Octal 374 274 12 0 31 140 1 54 142 63
Binary 11111100 10111100 1010 0 11001 1100000 1 101100 1100010 110011

Color Harmonies of #FCBC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC0A

Black with #FCBC0A

Text Example


Text Example

White with #FCBC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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