Html Css Color HEX #FCB60C Selective Yellow

📋 copy color: '#FCB60C'

red 252 ◦ green 182 ◦ blue 12

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

Shades of Selective Yellow #FCB60C

Tints of Selective Yellow #FCB60C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.81%

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

R = 56.5%
G = 40.81%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCB60C (or 0xFCB60C) is known color: Selective Yellow. HEX triplet: FC, B6 and 0C. RGB value is (252,182,12). Sum of RGB (Red+Green+Blue) = 252+182+12=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 12 (5.08% from 255 or 2.69% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB60C is #0349F3. Grayscale: #B8B8B8. Windows color (decimal): -215540 or 833276. OLE color: 833276.

HSL color Cylindrical-coordinate representation of color #FCB60C: hue angle of 42.5º 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 #FCB60C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 182 12 -
CMYK 0 0.28 0.95 0.01
HSL 42.5º 0.98% 0.52% -
HSV(B) 42.5º 0.95% 0.99% -
XYZ 56.94 54.18 7.8 -
YUV 183.55 31.19 176.82 -
System Red Green Blue C M Y K H S L
Decimal 252 182 12 0 0.28 0.95 0.01 42.5 0.98 0.52
Hex FC B6 C 0 1C 5F 1 2A 62 34
Octal 374 266 14 0 34 137 1 52 142 64
Binary 11111100 10110110 1100 0 11100 1011111 1 101010 1100010 110100

Color Harmonies of #FCB60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB60C

Black with #FCB60C

Text Example


Text Example

White with #FCB60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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