Html Css Color HEX #FDB160 Rajah

📋 copy color: '#FDB160'

red 253 ◦ green 177 ◦ blue 96

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

Shades of Rajah #FDB160

Tints of Rajah #FDB160

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.65%

 BLUE value IS 96 (37.89% from 255) = 18.25%

R = 48.1%
G = 33.65%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDB160 (or 0xFDB160) is known color: Rajah. HEX triplet: FD, B1 and 60. RGB value is (253,177,96). Sum of RGB (Red+Green+Blue) = 253+177+96=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB160 is #024E9F. Grayscale: #BEBEBE. Windows color (decimal): -151200 or 6337021. OLE color: 6337021.

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

Color convert

RGB 253 177 96 -
CMYK 0 0.30 0.62 0.01
HSL 30.96º 0.98% 0.68% -
HSV(B) 30.96º 0.62% 0.99% -
XYZ 58.34 53.17 18.25 -
YUV 190.49 74.68 172.59 -
System Red Green Blue C M Y K H S L
Decimal 253 177 96 0 0.30 0.62 0.01 30.96 0.98 0.68
Hex FD B1 60 0 1E 3E 1 1F 62 44
Octal 375 261 140 0 36 76 1 37 142 104
Binary 11111101 10110001 1100000 0 11110 111110 1 11111 1100010 1000100

Color Harmonies of #FDB160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB160

Black with #FDB160

Text Example


Text Example

White with #FDB160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB160; }

 p { color: rgb(253,177,96); }

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

background-color css

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

 a { background-color: rgb(253,177,96); }

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

border-color css

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

 span { border-color: rgb(253,177,96); }

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