Html Css Color HEX #FDA65D Rajah

📋 copy color: '#FDA65D'

red 253 ◦ green 166 ◦ blue 93

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

Shades of Rajah #FDA65D

Tints of Rajah #FDA65D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.42%

 BLUE value IS 93 (36.72% from 255) = 18.16%

R = 49.41%
G = 32.42%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDA65D (or 0xFDA65D) is known color: Rajah. HEX triplet: FD, A6 and 5D. RGB value is (253,166,93). Sum of RGB (Red+Green+Blue) = 253+166+93=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA65D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA65D is #0259A2. Grayscale: #B8B8B8. Windows color (decimal): -154019 or 6137597. OLE color: 6137597.

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

Color convert

RGB 253 166 93 -
CMYK 0 0.34 0.63 0.01
HSL 27.38º 0.98% 0.68% -
HSV(B) 27.38º 0.63% 0.99% -
XYZ 56.12 48.95 16.85 -
YUV 183.69 76.82 177.44 -
System Red Green Blue C M Y K H S L
Decimal 253 166 93 0 0.34 0.63 0.01 27.38 0.98 0.68
Hex FD A6 5D 0 22 3F 1 1B 62 44
Octal 375 246 135 0 42 77 1 33 142 104
Binary 11111101 10100110 1011101 0 100010 111111 1 11011 1100010 1000100

Color Harmonies of #FDA65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA65D

Black with #FDA65D

Text Example


Text Example

White with #FDA65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA65D; }

 p { color: rgb(253,166,93); }

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

background-color css

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

 a { background-color: rgb(253,166,93); }

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

border-color css

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

 span { border-color: rgb(253,166,93); }

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