#FDA75D

Color #FDA75D Rajah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rajah #FDA75D

Tints of Rajah #FDA75D

Color information

#FDA75D (or 0xFDA75D) is unknown color: approx Rajah. HEX triplet: FD, A7 and 5D. RGB value is (253,167,93). Sum of RGB (Red+Green+Blue) = 253+167+93=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA75D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA75D is #0258A2. Grayscale: #B8B8B8. Windows color (decimal): -153763 or 6137853. OLE color: 6137853.

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

Color convert

RGB25316793-
CMYK00.340.630.01
HSL27.75º97.56%67.84%-
HSV(B)27.75º63.24%99.22%-
XYZ56.349.3116.91-
YUV184.2876.49177.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.32%
GREEN value IS 167 (65.62% from 255) = 32.55%
BLUE value IS 93 (36.72% from 255) = 18.13%
R=49.32%
G=32.55%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531679300.340.630.0127.7597.5667.84
HexFDA75D0223F11c6244
Octal37524713504277134142104
Binary11111101101001111011101010001011111111110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA75D; }

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

 H1.HeaderClassName
 {
   color: #FDA75D;
 }
 .AnyTagClassName
 {
   color: #FDA75D;
 }
</style>
background-color css

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

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

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

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

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

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