Html Css Color HEX #FDA961 Rajah

📋 copy color: '#FDA961'

red 253 ◦ green 169 ◦ blue 97

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

Shades of Rajah #FDA961

Tints of Rajah #FDA961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.69%

R = 48.75%
G = 32.56%
B = 18.69%

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

#FDA961 (or 0xFDA961) is known color: Rajah. HEX triplet: FD, A9 and 61. RGB value is (253,169,97). Sum of RGB (Red+Green+Blue) = 253+169+97=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA961 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA961 is #02569E. Grayscale: #BABABA. Windows color (decimal): -153247 or 6400509. OLE color: 6400509.

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

Color convert

RGB 253 169 97 -
CMYK 0 0.33 0.62 0.01
HSL 27.69º 0.98% 0.69% -
HSV(B) 27.69º 0.62% 0.99% -
XYZ 56.85 50.12 17.99 -
YUV 185.91 77.83 175.85 -
System Red Green Blue C M Y K H S L
Decimal 253 169 97 0 0.33 0.62 0.01 27.69 0.98 0.69
Hex FD A9 61 0 21 3E 1 1C 62 45
Octal 375 251 141 0 41 76 1 34 142 105
Binary 11111101 10101001 1100001 0 100001 111110 1 11100 1100010 1000101

Color Harmonies of #FDA961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA961

Black with #FDA961

Text Example


Text Example

White with #FDA961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA961; }

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

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

background-color css

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

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

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

border-color css

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

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

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