Html Css Color HEX #FFAD61 Rajah

📋 copy color: '#FFAD61'

red 255 ◦ green 173 ◦ blue 97

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

Shades of Rajah #FFAD61

Tints of Rajah #FFAD61

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.95%

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

R = 48.57%
G = 32.95%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFAD61 (or 0xFFAD61) is known color: Rajah. HEX triplet: FF, AD and 61. RGB value is (255,173,97). Sum of RGB (Red+Green+Blue) = 255+173+97=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD61 is #00529E. Grayscale: #BDBDBD. Windows color (decimal): -21151 or 6401535. OLE color: 6401535.

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

Color convert

RGB 255 173 97 -
CMYK 0 0.32 0.62 0
HSL 28.86º 1% 0.69% -
HSV(B) 28.86º 0.62% 1% -
XYZ 58.34 52.01 18.27 -
YUV 188.85 76.17 175.18 -
System Red Green Blue C M Y K H S L
Decimal 255 173 97 0 0.32 0.62 0 28.86 1 0.69
Hex FF AD 61 0 20 3E 0 1D 64 45
Octal 377 255 141 0 40 76 0 35 144 105
Binary 11111111 10101101 1100001 0 100000 111110 0 11101 1100100 1000101

Color Harmonies of #FFAD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAD61

Black with #FFAD61

Text Example


Text Example

White with #FFAD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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