Html Css Color HEX #FCAD65 Rajah

📋 copy color: '#FCAD65'

red 252 ◦ green 173 ◦ blue 101

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

Shades of Rajah #FCAD65

Tints of Rajah #FCAD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.2%

R = 47.91%
G = 32.89%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCAD65 (or 0xFCAD65) is known color: Rajah. HEX triplet: FC, AD and 65. RGB value is (252,173,101). Sum of RGB (Red+Green+Blue) = 252+173+101=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAD65 is #03529A. Grayscale: #BCBCBC. Windows color (decimal): -217755 or 6663676. OLE color: 6663676.

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

Color convert

RGB 252 173 101 -
CMYK 0 0.31 0.60 0.01
HSL 28.61º 0.96% 0.69% -
HSV(B) 28.61º 0.6% 0.99% -
XYZ 57.44 51.52 19.23 -
YUV 188.41 78.67 173.35 -
System Red Green Blue C M Y K H S L
Decimal 252 173 101 0 0.31 0.60 0.01 28.61 0.96 0.69
Hex FC AD 65 0 1F 3C 1 1D 60 45
Octal 374 255 145 0 37 74 1 35 140 105
Binary 11111100 10101101 1100101 0 11111 111100 1 11101 1100000 1000101

Color Harmonies of #FCAD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAD65

Black with #FCAD65

Text Example


Text Example

White with #FCAD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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