Html Css Color HEX #FCB50A Selective Yellow

📋 copy color: '#FCB50A'

red 252 ◦ green 181 ◦ blue 10

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

Shades of Selective Yellow #FCB50A

Tints of Selective Yellow #FCB50A

RGB

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

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

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

R = 56.88%
G = 40.86%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCB50A (or 0xFCB50A) is known color: Selective Yellow. HEX triplet: FC, B5 and 0A. RGB value is (252,181,10). Sum of RGB (Red+Green+Blue) = 252+181+10=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 10 (4.30% from 255 or 2.26% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB50A is #034AF5. Grayscale: #B7B7B7. Windows color (decimal): -215798 or 701948. OLE color: 701948.

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

Color convert

RGB 252 181 10 -
CMYK 0 0.28 0.96 0.01
HSL 42.4º 0.98% 0.51% -
HSV(B) 42.4º 0.96% 0.99% -
XYZ 56.72 53.77 7.68 -
YUV 182.74 30.52 177.4 -
System Red Green Blue C M Y K H S L
Decimal 252 181 10 0 0.28 0.96 0.01 42.4 0.98 0.51
Hex FC B5 A 0 1C 60 1 2A 62 33
Octal 374 265 12 0 34 140 1 52 142 63
Binary 11111100 10110101 1010 0 11100 1100000 1 101010 1100010 110011

Color Harmonies of #FCB50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB50A

Black with #FCB50A

Text Example


Text Example

White with #FCB50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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