Html Css Color HEX #FFA55A Rajah

📋 copy color: '#FFA55A'

red 255 ◦ green 165 ◦ blue 90

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

Shades of Rajah #FFA55A

Tints of Rajah #FFA55A

RGB

 RED value IS 255 (100% from 255) = 50%

 GREEN value IS 165 (64.84% from 255) = 32.35%

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

R = 50%
G = 32.35%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFA55A (or 0xFFA55A) is known color: Rajah. HEX triplet: FF, A5 and 5A. RGB value is (255,165,90). Sum of RGB (Red+Green+Blue) = 255+165+90=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA55A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA55A is #005AA5. Grayscale: #B7B7B7. Windows color (decimal): -23206 or 5940735. OLE color: 5940735.

HSL color Cylindrical-coordinate representation of color #FFA55A: hue angle of 27.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFA55A is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 255 165 90 -
CMYK 0 0.35 0.65 0
HSL 27.27º 1% 0.68% -
HSV(B) 27.27º 0.65% 1% -
XYZ 56.54 48.91 16.13 -
YUV 183.36 75.32 179.1 -
System Red Green Blue C M Y K H S L
Decimal 255 165 90 0 0.35 0.65 0 27.27 1 0.68
Hex FF A5 5A 0 23 41 0 1B 64 44
Octal 377 245 132 0 43 101 0 33 144 104
Binary 11111111 10100101 1011010 0 100011 1000001 0 11011 1100100 1000100

Color Harmonies of #FFA55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA55A

Black with #FFA55A

Text Example


Text Example

White with #FFA55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA55A; }

 p { color: rgb(255,165,90); }

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

background-color css

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

 a { background-color: rgb(255,165,90); }

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

border-color css

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

 span { border-color: rgb(255,165,90); }

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