Html Css Color HEX #FCAB00 Orange

📋 copy color: '#FCAB00'

red 252 ◦ green 171 ◦ blue 0

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

Shades of Orange #FCAB00

Tints of Orange #FCAB00

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.43%

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

R = 59.57%
G = 40.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCAB00 (or 0xFCAB00) is known color: Orange. HEX triplet: FC, AB and 00. RGB value is (252,171,0). Sum of RGB (Red+Green+Blue) = 252+171+0=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAB00 is #0354FF. Grayscale: #B0B0B0. Windows color (decimal): -218368 or 44028. OLE color: 44028.

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

Color convert

RGB 252 171 0 -
CMYK 0 0.32 1 0.01
HSL 40.71º 1% 0.49% -
HSV(B) 40.71º 1% 0.99% -
XYZ 54.71 49.82 6.73 -
YUV 175.73 28.84 182.4 -
System Red Green Blue C M Y K H S L
Decimal 252 171 0 0 0.32 1 0.01 40.71 1 0.49
Hex FC AB 0 0 20 64 1 29 64 31
Octal 374 253 0 0 40 144 1 51 144 61
Binary 11111100 10101011 0 0 100000 1100100 1 101001 1100100 110001

Color Harmonies of #FCAB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB00

Black with #FCAB00

Text Example


Text Example

White with #FCAB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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