Html Css Color HEX #FFA561 Rajah

📋 copy color: '#FFA561'

red 255 ◦ green 165 ◦ blue 97

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

Shades of Rajah #FFA561

Tints of Rajah #FFA561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.76%

R = 49.32%
G = 31.91%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFA561 (or 0xFFA561) is known color: Rajah. HEX triplet: FF, A5 and 61. RGB value is (255,165,97). Sum of RGB (Red+Green+Blue) = 255+165+97=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA561 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA561 is #005A9E. Grayscale: #B8B8B8. Windows color (decimal): -23199 or 6399487. OLE color: 6399487.

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

Color convert

RGB 255 165 97 -
CMYK 0 0.35 0.62 0
HSL 25.82º 1% 0.69% -
HSV(B) 25.82º 0.62% 1% -
XYZ 56.85 49.03 17.78 -
YUV 184.16 78.82 178.53 -
System Red Green Blue C M Y K H S L
Decimal 255 165 97 0 0.35 0.62 0 25.82 1 0.69
Hex FF A5 61 0 23 3E 0 1A 64 45
Octal 377 245 141 0 43 76 0 32 144 105
Binary 11111111 10100101 1100001 0 100011 111110 0 11010 1100100 1000101

Color Harmonies of #FFA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA561

Black with #FFA561

Text Example


Text Example

White with #FFA561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA561; }

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

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

background-color css

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

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

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

border-color css

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

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

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