Html Css Color HEX #FDAD64 Rajah

📋 copy color: '#FDAD64'

red 253 ◦ green 173 ◦ blue 100

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

Shades of Rajah #FDAD64

Tints of Rajah #FDAD64

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.89%

 BLUE value IS 100 (39.45% from 255) = 19.01%

R = 48.1%
G = 32.89%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDAD64 (or 0xFDAD64) is known color: Rajah. HEX triplet: FD, AD and 64. RGB value is (253,173,100). Sum of RGB (Red+Green+Blue) = 253+173+100=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAD64 is #02529B. Grayscale: #BCBCBC. Windows color (decimal): -152220 or 6598141. OLE color: 6598141.

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

Color convert

RGB 253 173 100 -
CMYK 0 0.32 0.60 0.01
HSL 28.63º 0.97% 0.69% -
HSV(B) 28.63º 0.6% 0.99% -
XYZ 57.75 51.69 18.99 -
YUV 188.6 78 173.94 -
System Red Green Blue C M Y K H S L
Decimal 253 173 100 0 0.32 0.60 0.01 28.63 0.97 0.69
Hex FD AD 64 0 20 3C 1 1D 61 45
Octal 375 255 144 0 40 74 1 35 141 105
Binary 11111101 10101101 1100100 0 100000 111100 1 11101 1100001 1000101

Color Harmonies of #FDAD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAD64

Black with #FDAD64

Text Example


Text Example

White with #FDAD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAD64; }

 p { color: rgb(253,173,100); }

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

background-color css

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

 a { background-color: rgb(253,173,100); }

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

border-color css

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

 span { border-color: rgb(253,173,100); }

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