Html Css Color HEX #FDAC5D Rajah

📋 copy color: '#FDAC5D'

red 253 ◦ green 172 ◦ blue 93

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

Shades of Rajah #FDAC5D

Tints of Rajah #FDAC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.95%

R = 48.84%
G = 33.2%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDAC5D (or 0xFDAC5D) is known color: Rajah. HEX triplet: FD, AC and 5D. RGB value is (253,172,93). Sum of RGB (Red+Green+Blue) = 253+172+93=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAC5D is #0253A2. Grayscale: #BBBBBB. Windows color (decimal): -152483 or 6139133. OLE color: 6139133.

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

Color convert

RGB 253 172 93 -
CMYK 0 0.32 0.63 0.01
HSL 29.63º 0.98% 0.68% -
HSV(B) 29.63º 0.63% 0.99% -
XYZ 57.24 51.18 17.22 -
YUV 187.21 74.84 174.92 -
System Red Green Blue C M Y K H S L
Decimal 253 172 93 0 0.32 0.63 0.01 29.63 0.98 0.68
Hex FD AC 5D 0 20 3F 1 1E 62 44
Octal 375 254 135 0 40 77 1 36 142 104
Binary 11111101 10101100 1011101 0 100000 111111 1 11110 1100010 1000100

Color Harmonies of #FDAC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC5D

Black with #FDAC5D

Text Example


Text Example

White with #FDAC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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