Html Css Color HEX #FCB540 Yellow Orange

📋 copy color: '#FCB540'

red 252 ◦ green 181 ◦ blue 64

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

Shades of Yellow Orange #FCB540

Tints of Yellow Orange #FCB540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.88%

R = 50.7%
G = 36.42%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCB540 (or 0xFCB540) is known color: Yellow Orange. HEX triplet: FC, B5 and 40. RGB value is (252,181,64). Sum of RGB (Red+Green+Blue) = 252+181+64=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB540 is #034ABF. Grayscale: #BDBDBD. Windows color (decimal): -215744 or 4240892. OLE color: 4240892.

HSL color Cylindrical-coordinate representation of color #FCB540: hue angle of 37.34º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCB540 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 181 64 -
CMYK 0 0.28 0.75 0.01
HSL 37.34º 0.97% 0.62% -
HSV(B) 37.34º 0.75% 0.99% -
XYZ 57.59 54.11 12.26 -
YUV 188.89 57.52 173.01 -
System Red Green Blue C M Y K H S L
Decimal 252 181 64 0 0.28 0.75 0.01 37.34 0.97 0.62
Hex FC B5 40 0 1C 4B 1 25 61 3E
Octal 374 265 100 0 34 113 1 45 141 76
Binary 11111100 10110101 1000000 0 11100 1001011 1 100101 1100001 111110

Color Harmonies of #FCB540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB540

Black with #FCB540

Text Example


Text Example

White with #FCB540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB540; }

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

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

background-color css

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

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

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

border-color css

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

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

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