Html Css Color HEX #FCA85E Rajah

📋 copy color: '#FCA85E'

red 252 ◦ green 168 ◦ blue 94

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

Shades of Rajah #FCA85E

Tints of Rajah #FCA85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.29%

R = 49.03%
G = 32.68%
B = 18.29%

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

#FCA85E (or 0xFCA85E) is known color: Rajah. HEX triplet: FC, A8 and 5E. RGB value is (252,168,94). Sum of RGB (Red+Green+Blue) = 252+168+94=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA85E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA85E is #0357A1. Grayscale: #B9B9B9. Windows color (decimal): -219042 or 6203644. OLE color: 6203644.

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

Color convert

RGB 252 168 94 -
CMYK 0 0.33 0.63 0.01
HSL 28.1º 0.96% 0.68% -
HSV(B) 28.1º 0.63% 0.99% -
XYZ 56.17 49.51 17.19 -
YUV 184.68 76.83 176.02 -
System Red Green Blue C M Y K H S L
Decimal 252 168 94 0 0.33 0.63 0.01 28.1 0.96 0.68
Hex FC A8 5E 0 21 3F 1 1C 60 44
Octal 374 250 136 0 41 77 1 34 140 104
Binary 11111100 10101000 1011110 0 100001 111111 1 11100 1100000 1000100

Color Harmonies of #FCA85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA85E

Black with #FCA85E

Text Example


Text Example

White with #FCA85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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