Html Css Color HEX #FCA501 Orange

📋 copy color: '#FCA501'

red 252 ◦ green 165 ◦ blue 1

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

Shades of Orange #FCA501

Tints of Orange #FCA501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.47%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 60.29%
G = 39.47%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCA501 (or 0xFCA501) is known color: Orange. HEX triplet: FC, A5 and 01. RGB value is (252,165,1). Sum of RGB (Red+Green+Blue) = 252+165+1=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA501 is #035AFE. Grayscale: #ADADAD. Windows color (decimal): -219903 or 108028. OLE color: 108028.

HSL color Cylindrical-coordinate representation of color #FCA501: hue angle of 39.2º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCA501 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 165 1 -
CMYK 0 0.35 1.00 0.01
HSL 39.2º 0.99% 0.5% -
HSV(B) 39.2º 1% 0.99% -
XYZ 53.61 47.61 6.39 -
YUV 172.32 31.32 184.84 -
System Red Green Blue C M Y K H S L
Decimal 252 165 1 0 0.35 1.00 0.01 39.2 0.99 0.5
Hex FC A5 1 0 23 64 1 27 63 32
Octal 374 245 1 0 43 144 1 47 143 62
Binary 11111100 10100101 1 0 100011 1100100 1 100111 1100011 110010

Color Harmonies of #FCA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA501

Black with #FCA501

Text Example


Text Example

White with #FCA501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA501; }

 p { color: rgb(252,165,1); }

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

background-color css

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

 a { background-color: rgb(252,165,1); }

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

border-color css

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

 span { border-color: rgb(252,165,1); }

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