Html Css Color HEX #FFAD60 Rajah

📋 copy color: '#FFAD60'

red 255 ◦ green 173 ◦ blue 96

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

Shades of Rajah #FFAD60

Tints of Rajah #FFAD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.32%

R = 48.66%
G = 33.02%
B = 18.32%

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

#FFAD60 (or 0xFFAD60) is known color: Rajah. HEX triplet: FF, AD and 60. RGB value is (255,173,96). Sum of RGB (Red+Green+Blue) = 255+173+96=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD60 is #00529F. Grayscale: #BDBDBD. Windows color (decimal): -21152 or 6335999. OLE color: 6335999.

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

Color convert

RGB 255 173 96 -
CMYK 0 0.32 0.62 0
HSL 29.06º 1% 0.69% -
HSV(B) 29.06º 0.62% 1% -
XYZ 58.29 51.99 18.03 -
YUV 188.74 75.67 175.26 -
System Red Green Blue C M Y K H S L
Decimal 255 173 96 0 0.32 0.62 0 29.06 1 0.69
Hex FF AD 60 0 20 3E 0 1D 64 45
Octal 377 255 140 0 40 76 0 35 144 105
Binary 11111111 10101101 1100000 0 100000 111110 0 11101 1100100 1000101

Color Harmonies of #FFAD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAD60

Black with #FFAD60

Text Example


Text Example

White with #FFAD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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