Html Css Color HEX #FDA865 Rajah

📋 copy color: '#FDA865'

red 253 ◦ green 168 ◦ blue 101

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

Shades of Rajah #FDA865

Tints of Rajah #FDA865

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.18%

 BLUE value IS 101 (39.84% from 255) = 19.35%

R = 48.47%
G = 32.18%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDA865 (or 0xFDA865) is known color: Rajah. HEX triplet: FD, A8 and 65. RGB value is (253,168,101). Sum of RGB (Red+Green+Blue) = 253+168+101=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA865 is #02579A. Grayscale: #BABABA. Windows color (decimal): -153499 or 6662397. OLE color: 6662397.

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

Color convert

RGB 253 168 101 -
CMYK 0 0.34 0.60 0.01
HSL 26.45º 0.97% 0.69% -
HSV(B) 26.45º 0.6% 0.99% -
XYZ 56.86 49.83 18.93 -
YUV 185.78 80.16 175.95 -
System Red Green Blue C M Y K H S L
Decimal 253 168 101 0 0.34 0.60 0.01 26.45 0.97 0.69
Hex FD A8 65 0 22 3C 1 1A 61 45
Octal 375 250 145 0 42 74 1 32 141 105
Binary 11111101 10101000 1100101 0 100010 111100 1 11010 1100001 1000101

Color Harmonies of #FDA865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA865

Black with #FDA865

Text Example


Text Example

White with #FDA865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA865; }

 p { color: rgb(253,168,101); }

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

background-color css

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

 a { background-color: rgb(253,168,101); }

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

border-color css

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

 span { border-color: rgb(253,168,101); }

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