Html Css Color HEX #FDAC6A Rajah

📋 copy color: '#FDAC6A'

red 253 ◦ green 172 ◦ blue 106

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

Shades of Rajah #FDAC6A

Tints of Rajah #FDAC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.96%

R = 47.65%
G = 32.39%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDAC6A (or 0xFDAC6A) is known color: Rajah. HEX triplet: FD, AC and 6A. RGB value is (253,172,106). Sum of RGB (Red+Green+Blue) = 253+172+106=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAC6A is #025395. Grayscale: #BDBDBD. Windows color (decimal): -152470 or 6991101. OLE color: 6991101.

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

Color convert

RGB 253 172 106 -
CMYK 0 0.32 0.58 0.01
HSL 26.94º 0.97% 0.7% -
HSV(B) 26.94º 0.58% 0.99% -
XYZ 57.86 51.43 20.51 -
YUV 188.7 81.34 173.87 -
System Red Green Blue C M Y K H S L
Decimal 253 172 106 0 0.32 0.58 0.01 26.94 0.97 0.7
Hex FD AC 6A 0 20 3A 1 1B 61 46
Octal 375 254 152 0 40 72 1 33 141 106
Binary 11111101 10101100 1101010 0 100000 111010 1 11011 1100001 1000110

Color Harmonies of #FDAC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC6A

Black with #FDAC6A

Text Example


Text Example

White with #FDAC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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