Html Css Color HEX #FDAC68 Rajah

📋 copy color: '#FDAC68'

red 253 ◦ green 172 ◦ blue 104

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

Shades of Rajah #FDAC68

Tints of Rajah #FDAC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.66%

R = 47.83%
G = 32.51%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDAC68 (or 0xFDAC68) is known color: Rajah. HEX triplet: FD, AC and 68. RGB value is (253,172,104). Sum of RGB (Red+Green+Blue) = 253+172+104=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAC68 is #025397. Grayscale: #BCBCBC. Windows color (decimal): -152472 or 6860029. OLE color: 6860029.

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

Color convert

RGB 253 172 104 -
CMYK 0 0.32 0.59 0.01
HSL 27.38º 0.97% 0.7% -
HSV(B) 27.38º 0.59% 0.99% -
XYZ 57.76 51.39 19.97 -
YUV 188.47 80.34 174.03 -
System Red Green Blue C M Y K H S L
Decimal 253 172 104 0 0.32 0.59 0.01 27.38 0.97 0.7
Hex FD AC 68 0 20 3B 1 1B 61 46
Octal 375 254 150 0 40 73 1 33 141 106
Binary 11111101 10101100 1101000 0 100000 111011 1 11011 1100001 1000110

Color Harmonies of #FDAC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC68

Black with #FDAC68

Text Example


Text Example

White with #FDAC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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