Html Css Color HEX #FCAD64 Rajah

📋 copy color: '#FCAD64'

red 252 ◦ green 173 ◦ blue 100

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

Shades of Rajah #FCAD64

Tints of Rajah #FCAD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.05%

R = 48%
G = 32.95%
B = 19.05%

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

#FCAD64 (or 0xFCAD64) is known color: Rajah. HEX triplet: FC, AD and 64. RGB value is (252,173,100). Sum of RGB (Red+Green+Blue) = 252+173+100=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAD64 is #03529B. Grayscale: #BCBCBC. Windows color (decimal): -217756 or 6598140. OLE color: 6598140.

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

Color convert

RGB 252 173 100 -
CMYK 0 0.31 0.60 0.01
HSL 28.82º 0.96% 0.69% -
HSV(B) 28.82º 0.6% 0.99% -
XYZ 57.39 51.5 18.97 -
YUV 188.3 78.17 173.44 -
System Red Green Blue C M Y K H S L
Decimal 252 173 100 0 0.31 0.60 0.01 28.82 0.96 0.69
Hex FC AD 64 0 1F 3C 1 1D 60 45
Octal 374 255 144 0 37 74 1 35 140 105
Binary 11111100 10101101 1100100 0 11111 111100 1 11101 1100000 1000101

Color Harmonies of #FCAD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAD64

Black with #FCAD64

Text Example


Text Example

White with #FCAD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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