Html Css Color HEX #FCA400 Orange

📋 copy color: '#FCA400'

red 252 ◦ green 164 ◦ blue 0

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

Shades of Orange #FCA400

Tints of Orange #FCA400

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.58%
G = 39.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCA400 (or 0xFCA400) is known color: Orange. HEX triplet: FC, A4 and 00. RGB value is (252,164,0). Sum of RGB (Red+Green+Blue) = 252+164+0=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA400 is #035BFF. Grayscale: #ACACAC. Windows color (decimal): -220160 or 42236. OLE color: 42236.

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

Color convert

RGB 252 164 0 -
CMYK 0 0.35 1 0.01
HSL 39.05º 1% 0.49% -
HSV(B) 39.05º 1% 0.99% -
XYZ 53.42 47.25 6.3 -
YUV 171.62 31.15 185.34 -
System Red Green Blue C M Y K H S L
Decimal 252 164 0 0 0.35 1 0.01 39.05 1 0.49
Hex FC A4 0 0 23 64 1 27 64 31
Octal 374 244 0 0 43 144 1 47 144 61
Binary 11111100 10100100 0 0 100011 1100100 1 100111 1100100 110001

Color Harmonies of #FCA400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA400

Black with #FCA400

Text Example


Text Example

White with #FCA400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA400; }

 p { color: rgb(252,164,0); }

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

background-color css

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

 a { background-color: rgb(252,164,0); }

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

border-color css

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

 span { border-color: rgb(252,164,0); }

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