Html Css Color HEX #FCA900 Orange

📋 copy color: '#FCA900'

red 252 ◦ green 169 ◦ blue 0

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

Shades of Orange #FCA900

Tints of Orange #FCA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.14%

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

R = 59.86%
G = 40.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCA900 (or 0xFCA900) is known color: Orange. HEX triplet: FC, A9 and 00. RGB value is (252,169,0). Sum of RGB (Red+Green+Blue) = 252+169+0=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA900 is #0356FF. Grayscale: #AFAFAF. Windows color (decimal): -218880 or 43516. OLE color: 43516.

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

Color convert

RGB 252 169 0 -
CMYK 0 0.33 1 0.01
HSL 40.24º 1% 0.49% -
HSV(B) 40.24º 1% 0.99% -
XYZ 54.33 49.07 6.61 -
YUV 174.55 29.5 183.24 -
System Red Green Blue C M Y K H S L
Decimal 252 169 0 0 0.33 1 0.01 40.24 1 0.49
Hex FC A9 0 0 21 64 1 28 64 31
Octal 374 251 0 0 41 144 1 50 144 61
Binary 11111100 10101001 0 0 100001 1100100 1 101000 1100100 110001

Color Harmonies of #FCA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA900

Black with #FCA900

Text Example


Text Example

White with #FCA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA900; }

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

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

background-color css

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

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

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

border-color css

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

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

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