Html Css Color HEX #FFA65B Rajah

📋 copy color: '#FFA65B'

red 255 ◦ green 166 ◦ blue 91

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

Shades of Rajah #FFA65B

Tints of Rajah #FFA65B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.77%

R = 49.8%
G = 32.42%
B = 17.77%

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

#FFA65B (or 0xFFA65B) is known color: Rajah. HEX triplet: FF, A6 and 5B. RGB value is (255,166,91). Sum of RGB (Red+Green+Blue) = 255+166+91=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA65B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA65B is #0059A4. Grayscale: #B8B8B8. Windows color (decimal): -22949 or 6006527. OLE color: 6006527.

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

Color convert

RGB 255 166 91 -
CMYK 0 0.35 0.64 0
HSL 27.44º 1% 0.68% -
HSV(B) 27.44º 0.64% 1% -
XYZ 56.76 49.29 16.42 -
YUV 184.06 75.49 178.6 -
System Red Green Blue C M Y K H S L
Decimal 255 166 91 0 0.35 0.64 0 27.44 1 0.68
Hex FF A6 5B 0 23 40 0 1B 64 44
Octal 377 246 133 0 43 100 0 33 144 104
Binary 11111111 10100110 1011011 0 100011 1000000 0 11011 1100100 1000100

Color Harmonies of #FFA65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA65B

Black with #FFA65B

Text Example


Text Example

White with #FFA65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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