Html Css Color HEX #FCBC0C Selective Yellow

📋 copy color: '#FCBC0C'

red 252 ◦ green 188 ◦ blue 12

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

Shades of Selective Yellow #FCBC0C

Tints of Selective Yellow #FCBC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.65%

R = 55.75%
G = 41.59%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCBC0C (or 0xFCBC0C) is known color: Selective Yellow. HEX triplet: FC, BC and 0C. RGB value is (252,188,12). Sum of RGB (Red+Green+Blue) = 252+188+12=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 12 (5.08% from 255 or 2.65% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC0C is #0343F3. Grayscale: #BBBBBB. Windows color (decimal): -214004 or 834812. OLE color: 834812.

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

Color convert

RGB 252 188 12 -
CMYK 0 0.25 0.95 0.01
HSL 44º 0.98% 0.52% -
HSV(B) 44º 0.95% 0.99% -
XYZ 58.19 56.69 8.22 -
YUV 187.07 29.2 174.31 -
System Red Green Blue C M Y K H S L
Decimal 252 188 12 0 0.25 0.95 0.01 44 0.98 0.52
Hex FC BC C 0 19 5F 1 2C 62 34
Octal 374 274 14 0 31 137 1 54 142 64
Binary 11111100 10111100 1100 0 11001 1011111 1 101100 1100010 110100

Color Harmonies of #FCBC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC0C

Black with #FCBC0C

Text Example


Text Example

White with #FCBC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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