Html Css Color HEX #FDA963 Rajah

📋 copy color: '#FDA963'

red 253 ◦ green 169 ◦ blue 99

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

Shades of Rajah #FDA963

Tints of Rajah #FDA963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19%

R = 48.56%
G = 32.44%
B = 19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDA963 (or 0xFDA963) is known color: Rajah. HEX triplet: FD, A9 and 63. RGB value is (253,169,99). Sum of RGB (Red+Green+Blue) = 253+169+99=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA963 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA963 is #02569C. Grayscale: #BABABA. Windows color (decimal): -153245 or 6531581. OLE color: 6531581.

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

Color convert

RGB 253 169 99 -
CMYK 0 0.33 0.61 0.01
HSL 27.27º 0.97% 0.69% -
HSV(B) 27.27º 0.61% 0.99% -
XYZ 56.95 50.16 18.48 -
YUV 186.14 78.83 175.69 -
System Red Green Blue C M Y K H S L
Decimal 253 169 99 0 0.33 0.61 0.01 27.27 0.97 0.69
Hex FD A9 63 0 21 3D 1 1B 61 45
Octal 375 251 143 0 41 75 1 33 141 105
Binary 11111101 10101001 1100011 0 100001 111101 1 11011 1100001 1000101

Color Harmonies of #FDA963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA963

Black with #FDA963

Text Example


Text Example

White with #FDA963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA963; }

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

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

background-color css

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

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

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

border-color css

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

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

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