Html Css Color HEX #FDAC60 Rajah

📋 copy color: '#FDAC60'

red 253 ◦ green 172 ◦ blue 96

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

Shades of Rajah #FDAC60

Tints of Rajah #FDAC60

RGB

 RED value IS 253 (99.22% from 255) = 48.56%

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

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

R = 48.56%
G = 33.01%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDAC60 (or 0xFDAC60) is known color: Rajah. HEX triplet: FD, AC and 60. RGB value is (253,172,96). Sum of RGB (Red+Green+Blue) = 253+172+96=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAC60 is #02539F. Grayscale: #BBBBBB. Windows color (decimal): -152480 or 6335741. OLE color: 6335741.

HSL color Cylindrical-coordinate representation of color #FDAC60: hue angle of 29.04º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDAC60 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 172 96 -
CMYK 0 0.32 0.62 0.01
HSL 29.04º 0.98% 0.68% -
HSV(B) 29.04º 0.62% 0.99% -
XYZ 57.37 51.23 17.93 -
YUV 187.56 76.34 174.68 -
System Red Green Blue C M Y K H S L
Decimal 253 172 96 0 0.32 0.62 0.01 29.04 0.98 0.68
Hex FD AC 60 0 20 3E 1 1D 62 44
Octal 375 254 140 0 40 76 1 35 142 104
Binary 11111101 10101100 1100000 0 100000 111110 1 11101 1100010 1000100

Color Harmonies of #FDAC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC60

Black with #FDAC60

Text Example


Text Example

White with #FDAC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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