Html Css Color HEX #FCAD5D Rajah

📋 copy color: '#FCAD5D'

red 252 ◦ green 173 ◦ blue 93

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

Shades of Rajah #FCAD5D

Tints of Rajah #FCAD5D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.4%

 BLUE value IS 93 (36.72% from 255) = 17.95%

R = 48.65%
G = 33.4%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCAD5D (or 0xFCAD5D) is known color: Rajah. HEX triplet: FC, AD and 5D. RGB value is (252,173,93). Sum of RGB (Red+Green+Blue) = 252+173+93=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAD5D is #0352A2. Grayscale: #BBBBBB. Windows color (decimal): -217763 or 6139388. OLE color: 6139388.

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

Color convert

RGB 252 173 93 -
CMYK 0 0.31 0.63 0.01
HSL 30.19º 0.96% 0.68% -
HSV(B) 30.19º 0.63% 0.99% -
XYZ 57.06 51.37 17.26 -
YUV 187.5 74.67 174 -
System Red Green Blue C M Y K H S L
Decimal 252 173 93 0 0.31 0.63 0.01 30.19 0.96 0.68
Hex FC AD 5D 0 1F 3F 1 1E 60 44
Octal 374 255 135 0 37 77 1 36 140 104
Binary 11111100 10101101 1011101 0 11111 111111 1 11110 1100000 1000100

Color Harmonies of #FCAD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAD5D

Black with #FCAD5D

Text Example


Text Example

White with #FCAD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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