Html Css Color HEX #FDA960 Rajah

📋 copy color: '#FDA960'

red 253 ◦ green 169 ◦ blue 96

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

Shades of Rajah #FDA960

Tints of Rajah #FDA960

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.63%

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

R = 48.84%
G = 32.63%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDA960 (or 0xFDA960) is known color: Rajah. HEX triplet: FD, A9 and 60. RGB value is (253,169,96). Sum of RGB (Red+Green+Blue) = 253+169+96=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA960 is #02569F. Grayscale: #BABABA. Windows color (decimal): -153248 or 6334973. OLE color: 6334973.

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

Color convert

RGB 253 169 96 -
CMYK 0 0.33 0.62 0.01
HSL 27.9º 0.98% 0.68% -
HSV(B) 27.9º 0.62% 0.99% -
XYZ 56.81 50.1 17.74 -
YUV 185.79 77.33 175.94 -
System Red Green Blue C M Y K H S L
Decimal 253 169 96 0 0.33 0.62 0.01 27.9 0.98 0.68
Hex FD A9 60 0 21 3E 1 1C 62 44
Octal 375 251 140 0 41 76 1 34 142 104
Binary 11111101 10101001 1100000 0 100001 111110 1 11100 1100010 1000100

Color Harmonies of #FDA960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA960

Black with #FDA960

Text Example


Text Example

White with #FDA960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA960; }

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

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

background-color css

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

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

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

border-color css

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

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

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