Html Css Color HEX #FCA85D Rajah

📋 copy color: '#FCA85D'

red 252 ◦ green 168 ◦ blue 93

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

Shades of Rajah #FCA85D

Tints of Rajah #FCA85D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.75%

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

R = 49.12%
G = 32.75%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCA85D (or 0xFCA85D) is known color: Rajah. HEX triplet: FC, A8 and 5D. RGB value is (252,168,93). Sum of RGB (Red+Green+Blue) = 252+168+93=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA85D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA85D is #0357A2. Grayscale: #B8B8B8. Windows color (decimal): -219043 or 6138108. OLE color: 6138108.

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

Color convert

RGB 252 168 93 -
CMYK 0 0.33 0.63 0.01
HSL 28.3º 0.96% 0.68% -
HSV(B) 28.3º 0.63% 0.99% -
XYZ 56.12 49.49 16.95 -
YUV 184.57 76.33 176.1 -
System Red Green Blue C M Y K H S L
Decimal 252 168 93 0 0.33 0.63 0.01 28.3 0.96 0.68
Hex FC A8 5D 0 21 3F 1 1C 60 44
Octal 374 250 135 0 41 77 1 34 140 104
Binary 11111100 10101000 1011101 0 100001 111111 1 11100 1100000 1000100

Color Harmonies of #FCA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA85D

Black with #FCA85D

Text Example


Text Example

White with #FCA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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