Html Css Color HEX #FFA55D Rajah

📋 copy color: '#FFA55D'

red 255 ◦ green 165 ◦ blue 93

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

Shades of Rajah #FFA55D

Tints of Rajah #FFA55D

RGB

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

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

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

R = 49.71%
G = 32.16%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFA55D (or 0xFFA55D) is known color: Rajah. HEX triplet: FF, A5 and 5D. RGB value is (255,165,93). Sum of RGB (Red+Green+Blue) = 255+165+93=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA55D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA55D is #005AA2. Grayscale: #B8B8B8. Windows color (decimal): -23203 or 6137343. OLE color: 6137343.

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

Color convert

RGB 255 165 93 -
CMYK 0 0.35 0.64 0
HSL 26.67º 1% 0.68% -
HSV(B) 26.67º 0.64% 1% -
XYZ 56.67 48.96 16.82 -
YUV 183.7 76.82 178.85 -
System Red Green Blue C M Y K H S L
Decimal 255 165 93 0 0.35 0.64 0 26.67 1 0.68
Hex FF A5 5D 0 23 40 0 1B 64 44
Octal 377 245 135 0 43 100 0 33 144 104
Binary 11111111 10100101 1011101 0 100011 1000000 0 11011 1100100 1000100

Color Harmonies of #FFA55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA55D

Black with #FFA55D

Text Example


Text Example

White with #FFA55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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