Html Css Color HEX #FFA65A Rajah

📋 copy color: '#FFA65A'

red 255 ◦ green 166 ◦ blue 90

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

Shades of Rajah #FFA65A

Tints of Rajah #FFA65A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.49%

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

R = 49.9%
G = 32.49%
B = 17.61%

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

#FFA65A (or 0xFFA65A) is known color: Rajah. HEX triplet: FF, A6 and 5A. RGB value is (255,166,90). Sum of RGB (Red+Green+Blue) = 255+166+90=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA65A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA65A is #0059A5. Grayscale: #B8B8B8. Windows color (decimal): -22950 or 5940991. OLE color: 5940991.

HSL color Cylindrical-coordinate representation of color #FFA65A: hue angle of 27.64º 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 #FFA65A is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 255 166 90 -
CMYK 0 0.35 0.65 0
HSL 27.64º 1% 0.68% -
HSV(B) 27.64º 0.65% 1% -
XYZ 56.72 49.27 16.19 -
YUV 183.95 74.99 178.68 -
System Red Green Blue C M Y K H S L
Decimal 255 166 90 0 0.35 0.65 0 27.64 1 0.68
Hex FF A6 5A 0 23 41 0 1C 64 44
Octal 377 246 132 0 43 101 0 34 144 104
Binary 11111111 10100110 1011010 0 100011 1000001 0 11100 1100100 1000100

Color Harmonies of #FFA65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA65A

Black with #FFA65A

Text Example


Text Example

White with #FFA65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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