Html Css Color HEX #FFA664 Rajah

📋 copy color: '#FFA664'

red 255 ◦ green 166 ◦ blue 100

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

Shades of Rajah #FFA664

Tints of Rajah #FFA664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.19%

R = 48.94%
G = 31.86%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FFA664 (or 0xFFA664) is known color: Rajah. HEX triplet: FF, A6 and 64. RGB value is (255,166,100). Sum of RGB (Red+Green+Blue) = 255+166+100=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA664 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA664 is #00599B. Grayscale: #B9B9B9. Windows color (decimal): -22940 or 6596351. OLE color: 6596351.

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

Color convert

RGB 255 166 100 -
CMYK 0 0.35 0.61 0
HSL 25.55º 1% 0.7% -
HSV(B) 25.55º 0.61% 1% -
XYZ 57.18 49.45 18.59 -
YUV 185.09 79.99 177.87 -
System Red Green Blue C M Y K H S L
Decimal 255 166 100 0 0.35 0.61 0 25.55 1 0.7
Hex FF A6 64 0 23 3D 0 1A 64 46
Octal 377 246 144 0 43 75 0 32 144 106
Binary 11111111 10100110 1100100 0 100011 111101 0 11010 1100100 1000110

Color Harmonies of #FFA664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA664

Black with #FFA664

Text Example


Text Example

White with #FFA664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA664; }

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

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

background-color css

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

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

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

border-color css

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

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

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