Html Css Color HEX #FCA85A Rajah

📋 copy color: '#FCA85A'

red 252 ◦ green 168 ◦ blue 90

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

Shades of Rajah #FCA85A

Tints of Rajah #FCA85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.65%

R = 49.41%
G = 32.94%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCA85A (or 0xFCA85A) is known color: Rajah. HEX triplet: FC, A8 and 5A. RGB value is (252,168,90). Sum of RGB (Red+Green+Blue) = 252+168+90=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA85A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA85A is #0357A5. Grayscale: #B8B8B8. Windows color (decimal): -219046 or 5941500. OLE color: 5941500.

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

Color convert

RGB 252 168 90 -
CMYK 0 0.33 0.64 0.01
HSL 28.89º 0.96% 0.67% -
HSV(B) 28.89º 0.64% 0.99% -
XYZ 55.99 49.44 16.26 -
YUV 184.22 74.83 176.34 -
System Red Green Blue C M Y K H S L
Decimal 252 168 90 0 0.33 0.64 0.01 28.89 0.96 0.67
Hex FC A8 5A 0 21 40 1 1D 60 43
Octal 374 250 132 0 41 100 1 35 140 103
Binary 11111100 10101000 1011010 0 100001 1000000 1 11101 1100000 1000011

Color Harmonies of #FCA85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA85A

Black with #FCA85A

Text Example


Text Example

White with #FCA85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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