#FDA965

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

Shades of Rajah #FDA965

Tints of Rajah #FDA965

Color information

#FDA965 (or 0xFDA965) is unknown color: approx Rajah. HEX triplet: FD, A9 and 65. RGB value is (253,169,101). Sum of RGB (Red+Green+Blue) = 253+169+101=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA965 is #02569A. Grayscale: #BABABA. Windows color (decimal): -153243 or 6662653. OLE color: 6662653.

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

Color convert

RGB253169101-
CMYK00.330.600.01
HSL26.84º97.44%69.41%-
HSV(B)26.84º60.08%99.22%-
XYZ57.0450.218.99-
YUV186.3679.83175.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.37%
GREEN value IS 169 (66.41% from 255) = 32.31%
BLUE value IS 101 (39.84% from 255) = 19.31%
R=48.37%
G=32.31%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316910100.330.600.0126.8497.4469.41
HexFDA9650213C11b6145
Octal37525114504174133141105
Binary11111101101010011100101010000111110011101111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA965; }

 p { color: rgb(253,169,101); }

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

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

 a { background-color: rgb(253,169,101); }

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

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

 span { border-color: rgb(253,169,101); }

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