Html Css Color HEX #FCB50C Selective Yellow

📋 copy color: '#FCB50C'

red 252 ◦ green 181 ◦ blue 12

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

Shades of Selective Yellow #FCB50C

Tints of Selective Yellow #FCB50C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.67%

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

R = 56.63%
G = 40.67%
B = 2.7%

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

#FCB50C (or 0xFCB50C) is known color: Selective Yellow. HEX triplet: FC, B5 and 0C. RGB value is (252,181,12). Sum of RGB (Red+Green+Blue) = 252+181+12=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB50C is #034AF3. Grayscale: #B7B7B7. Windows color (decimal): -215796 or 833020. OLE color: 833020.

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

Color convert

RGB 252 181 12 -
CMYK 0 0.28 0.95 0.01
HSL 42.25º 0.98% 0.52% -
HSV(B) 42.25º 0.95% 0.99% -
XYZ 56.74 53.77 7.74 -
YUV 182.96 31.52 177.24 -
System Red Green Blue C M Y K H S L
Decimal 252 181 12 0 0.28 0.95 0.01 42.25 0.98 0.52
Hex FC B5 C 0 1C 5F 1 2A 62 34
Octal 374 265 14 0 34 137 1 52 142 64
Binary 11111100 10110101 1100 0 11100 1011111 1 101010 1100010 110100

Color Harmonies of #FCB50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB50C

Black with #FCB50C

Text Example


Text Example

White with #FCB50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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