Html Css Color HEX #FDAE68 Rajah

📋 copy color: '#FDAE68'

red 253 ◦ green 174 ◦ blue 104

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

Shades of Rajah #FDAE68

Tints of Rajah #FDAE68

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.77%

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

R = 47.65%
G = 32.77%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDAE68 (or 0xFDAE68) is known color: Rajah. HEX triplet: FD, AE and 68. RGB value is (253,174,104). Sum of RGB (Red+Green+Blue) = 253+174+104=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAE68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAE68 is #025197. Grayscale: #BEBEBE. Windows color (decimal): -151960 or 6860541. OLE color: 6860541.

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

Color convert

RGB 253 174 104 -
CMYK 0 0.31 0.59 0.01
HSL 28.19º 0.97% 0.7% -
HSV(B) 28.19º 0.59% 0.99% -
XYZ 58.14 52.15 20.1 -
YUV 189.64 79.67 173.19 -
System Red Green Blue C M Y K H S L
Decimal 253 174 104 0 0.31 0.59 0.01 28.19 0.97 0.7
Hex FD AE 68 0 1F 3B 1 1C 61 46
Octal 375 256 150 0 37 73 1 34 141 106
Binary 11111101 10101110 1101000 0 11111 111011 1 11100 1100001 1000110

Color Harmonies of #FDAE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAE68

Black with #FDAE68

Text Example


Text Example

White with #FDAE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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