#FDA968

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

Shades of Rajah #FDA968

Tints of Rajah #FDA968

Color information

#FDA968 (or 0xFDA968) is unknown color: approx Rajah. HEX triplet: FD, A9 and 68. RGB value is (253,169,104). Sum of RGB (Red+Green+Blue) = 253+169+104=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA968 is #025697. Grayscale: #BBBBBB. Windows color (decimal): -153240 or 6859261. OLE color: 6859261.

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

Color convert

RGB253169104-
CMYK00.330.590.01
HSL26.17º97.39%70%-
HSV(B)26.17º58.89%99.22%-
XYZ57.1950.2619.78-
YUV186.7181.33175.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.10%
GREEN value IS 169 (66.41% from 255) = 32.13%
BLUE value IS 104 (41.02% from 255) = 19.77%
R=48.10%
G=32.13%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316910400.330.590.0126.1797.3970
HexFDA9680213B11a6146
Octal37525115004173132141106
Binary11111101101010011101000010000111101111101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA968; }

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

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

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

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

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

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

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

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