#FDB35F

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

Shades of Rajah #FDB35F

Tints of Rajah #FDB35F

Color information

#FDB35F (or 0xFDB35F) is unknown color: approx Rajah. HEX triplet: FD, B3 and 5F. RGB value is (253,179,95). Sum of RGB (Red+Green+Blue) = 253+179+95=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB35F is #024CA0. Grayscale: #BFBFBF. Windows color (decimal): -150689 or 6271997. OLE color: 6271997.

HSL color Cylindrical-coordinate representation of color #FDB35F: hue angle of 31.9º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDB35F is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB25317995-
CMYK00.290.620.01
HSL31.9º97.53%68.24%-
HSV(B)31.9º62.45%99.22%-
XYZ58.6953.9518.15-
YUV191.5573.52171.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.01%
GREEN value IS 179 (70.31% from 255) = 33.97%
BLUE value IS 95 (37.5% from 255) = 18.03%
R=48.01%
G=33.97%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531799500.290.620.0131.997.5368.24
HexFDB35F01D3E1206244
Octal37526313703576140142104
Binary11111101101100111011111011101111110110000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB35F; }

 p { color: rgb(253,179,95); }

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

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

 a { background-color: rgb(253,179,95); }

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

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

 span { border-color: rgb(253,179,95); }

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