Html Css Color HEX #FCAD68 Rajah

📋 copy color: '#FCAD68'

red 252 ◦ green 173 ◦ blue 104

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

Shades of Rajah #FCAD68

Tints of Rajah #FCAD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.66%

R = 47.64%
G = 32.7%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCAD68 (or 0xFCAD68) is known color: Rajah. HEX triplet: FC, AD and 68. RGB value is (252,173,104). Sum of RGB (Red+Green+Blue) = 252+173+104=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAD68 is #035297. Grayscale: #BDBDBD. Windows color (decimal): -217752 or 6860284. OLE color: 6860284.

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

Color convert

RGB 252 173 104 -
CMYK 0 0.31 0.59 0.01
HSL 27.97º 0.96% 0.7% -
HSV(B) 27.97º 0.59% 0.99% -
XYZ 57.59 51.58 20.02 -
YUV 188.76 80.17 173.11 -
System Red Green Blue C M Y K H S L
Decimal 252 173 104 0 0.31 0.59 0.01 27.97 0.96 0.7
Hex FC AD 68 0 1F 3B 1 1C 60 46
Octal 374 255 150 0 37 73 1 34 140 106
Binary 11111100 10101101 1101000 0 11111 111011 1 11100 1100000 1000110

Color Harmonies of #FCAD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAD68

Black with #FCAD68

Text Example


Text Example

White with #FCAD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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