Html Css Color HEX #FFAC60 Rajah

📋 copy color: '#FFAC60'

red 255 ◦ green 172 ◦ blue 96

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

Shades of Rajah #FFAC60

Tints of Rajah #FFAC60

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.89%

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

R = 48.76%
G = 32.89%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFAC60 (or 0xFFAC60) is known color: Rajah. HEX triplet: FF, AC and 60. RGB value is (255,172,96). Sum of RGB (Red+Green+Blue) = 255+172+96=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC60 is #00539F. Grayscale: #BCBCBC. Windows color (decimal): -21408 or 6335743. OLE color: 6335743.

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

Color convert

RGB 255 172 96 -
CMYK 0 0.33 0.62 0
HSL 28.68º 1% 0.69% -
HSV(B) 28.68º 0.62% 1% -
XYZ 58.1 51.61 17.97 -
YUV 188.15 76 175.68 -
System Red Green Blue C M Y K H S L
Decimal 255 172 96 0 0.33 0.62 0 28.68 1 0.69
Hex FF AC 60 0 21 3E 0 1D 64 45
Octal 377 254 140 0 41 76 0 35 144 105
Binary 11111111 10101100 1100000 0 100001 111110 0 11101 1100100 1000101

Color Harmonies of #FFAC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC60

Black with #FFAC60

Text Example


Text Example

White with #FFAC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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