Html Css Color HEX #FDB060 Rajah

📋 copy color: '#FDB060'

red 253 ◦ green 176 ◦ blue 96

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

Shades of Rajah #FDB060

Tints of Rajah #FDB060

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.52%

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

R = 48.19%
G = 33.52%
B = 18.29%

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

#FDB060 (or 0xFDB060) is known color: Rajah. HEX triplet: FD, B0 and 60. RGB value is (253,176,96). Sum of RGB (Red+Green+Blue) = 253+176+96=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB060 is #024F9F. Grayscale: #BEBEBE. Windows color (decimal): -151456 or 6336765. OLE color: 6336765.

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

Color convert

RGB 253 176 96 -
CMYK 0 0.30 0.62 0.01
HSL 30.57º 0.98% 0.68% -
HSV(B) 30.57º 0.62% 0.99% -
XYZ 58.14 52.78 18.19 -
YUV 189.9 75.01 173 -
System Red Green Blue C M Y K H S L
Decimal 253 176 96 0 0.30 0.62 0.01 30.57 0.98 0.68
Hex FD B0 60 0 1E 3E 1 1F 62 44
Octal 375 260 140 0 36 76 1 37 142 104
Binary 11111101 10110000 1100000 0 11110 111110 1 11111 1100010 1000100

Color Harmonies of #FDB060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB060

Black with #FDB060

Text Example


Text Example

White with #FDB060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB060; }

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

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

background-color css

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

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

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

border-color css

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

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

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