Html Css Color HEX #FCB912 Selective Yellow

📋 copy color: '#FCB912'

red 252 ◦ green 185 ◦ blue 18

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

Shades of Selective Yellow #FCB912

Tints of Selective Yellow #FCB912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.66%

 BLUE value IS 18 (7.42% from 255) = 3.96%

R = 55.38%
G = 40.66%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCB912 (or 0xFCB912) is known color: Selective Yellow. HEX triplet: FC, B9 and 12. RGB value is (252,185,18). Sum of RGB (Red+Green+Blue) = 252+185+18=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB912 is #0346ED. Grayscale: #BABABA. Windows color (decimal): -214766 or 1227260. OLE color: 1227260.

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

Color convert

RGB 252 185 18 -
CMYK 0 0.27 0.93 0.01
HSL 42.82º 0.98% 0.53% -
HSV(B) 42.82º 0.93% 0.99% -
XYZ 57.6 55.44 8.24 -
YUV 186 33.2 175.08 -
System Red Green Blue C M Y K H S L
Decimal 252 185 18 0 0.27 0.93 0.01 42.82 0.98 0.53
Hex FC B9 12 0 1B 5D 1 2B 62 35
Octal 374 271 22 0 33 135 1 53 142 65
Binary 11111100 10111001 10010 0 11011 1011101 1 101011 1100010 110101

Color Harmonies of #FCB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB912

Black with #FCB912

Text Example


Text Example

White with #FCB912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB912; }

 p { color: rgb(252,185,18); }

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

background-color css

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

 a { background-color: rgb(252,185,18); }

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

border-color css

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

 span { border-color: rgb(252,185,18); }

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