#FCAD3D

Color #FCAD3D Yellow Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Orange #FCAD3D

Tints of Yellow Orange #FCAD3D

Color information

#FCAD3D (or 0xFCAD3D) is unknown color: approx Yellow Orange. HEX triplet: FC, AD and 3D. RGB value is (252,173,61). Sum of RGB (Red+Green+Blue) = 252+173+61=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 61 (24.22% from 255 or 12.55% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAD3D is #0352C2. Grayscale: #B8B8B8. Windows color (decimal): -217795 or 4042236. OLE color: 4042236.

HSL color Cylindrical-coordinate representation of color #FCAD3D: hue angle of 35.18º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCAD3D is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB25217361-
CMYK00.310.760.01
HSL35.18º96.95%61.37%-
HSV(B)35.18º75.79%98.82%-
XYZ55.9350.9211.3-
YUV183.8558.67176.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.85%
GREEN value IS 173 (67.97% from 255) = 35.60%
BLUE value IS 61 (24.22% from 255) = 12.55%
R=51.85%
G=35.60%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521736100.310.760.0135.1896.9561.37
HexFCAD3D01F4C123613d
Octal3742557503711414314175
Binary1111110010101101111101011111100110011000111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAD3D; }

 p { color: rgb(252,173,61); }

 H1.HeaderClassName
 {
   color: #FCAD3D;
 }
 .AnyTagClassName
 {
   color: #FCAD3D;
 }
</style>
background-color css

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

 a { background-color: rgb(252,173,61); }

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

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

 span { border-color: rgb(252,173,61); }

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