Html Css Color HEX #FCAB40 Yellow Orange

📋 copy color: '#FCAB40'

red 252 ◦ green 171 ◦ blue 64

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

Shades of Yellow Orange #FCAB40

Tints of Yellow Orange #FCAB40

RGB

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

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

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

R = 51.75%
G = 35.11%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCAB40 (or 0xFCAB40) is known color: Yellow Orange. HEX triplet: FC, AB and 40. RGB value is (252,171,64). Sum of RGB (Red+Green+Blue) = 252+171+64=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB40 is #0354BF. Grayscale: #B7B7B7. Windows color (decimal): -218304 or 4238332. OLE color: 4238332.

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

Color convert

RGB 252 171 64 -
CMYK 0 0.32 0.75 0.01
HSL 34.15º 0.97% 0.62% -
HSV(B) 34.15º 0.75% 0.99% -
XYZ 55.63 50.19 11.61 -
YUV 183.02 60.84 177.2 -
System Red Green Blue C M Y K H S L
Decimal 252 171 64 0 0.32 0.75 0.01 34.15 0.97 0.62
Hex FC AB 40 0 20 4B 1 22 61 3E
Octal 374 253 100 0 40 113 1 42 141 76
Binary 11111100 10101011 1000000 0 100000 1001011 1 100010 1100001 111110

Color Harmonies of #FCAB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB40

Black with #FCAB40

Text Example


Text Example

White with #FCAB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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