Html Css Color HEX #FDAB60 Rajah

📋 copy color: '#FDAB60'

red 253 ◦ green 171 ◦ blue 96

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

Shades of Rajah #FDAB60

Tints of Rajah #FDAB60

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.88%

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

R = 48.65%
G = 32.88%
B = 18.46%

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

#FDAB60 (or 0xFDAB60) is known color: Rajah. HEX triplet: FD, AB and 60. RGB value is (253,171,96). Sum of RGB (Red+Green+Blue) = 253+171+96=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB60 is #02549F. Grayscale: #BBBBBB. Windows color (decimal): -152736 or 6335485. OLE color: 6335485.

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

Color convert

RGB 253 171 96 -
CMYK 0 0.32 0.62 0.01
HSL 28.66º 0.98% 0.68% -
HSV(B) 28.66º 0.62% 0.99% -
XYZ 57.18 50.85 17.87 -
YUV 186.97 76.67 175.1 -
System Red Green Blue C M Y K H S L
Decimal 253 171 96 0 0.32 0.62 0.01 28.66 0.98 0.68
Hex FD AB 60 0 20 3E 1 1D 62 44
Octal 375 253 140 0 40 76 1 35 142 104
Binary 11111101 10101011 1100000 0 100000 111110 1 11101 1100010 1000100

Color Harmonies of #FDAB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB60

Black with #FDAB60

Text Example


Text Example

White with #FDAB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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