Html Css Color HEX #FDA765 Rajah

📋 copy color: '#FDA765'

red 253 ◦ green 167 ◦ blue 101

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

Shades of Rajah #FDA765

Tints of Rajah #FDA765

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.05%

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

R = 48.56%
G = 32.05%
B = 19.39%

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

#FDA765 (or 0xFDA765) is known color: Rajah. HEX triplet: FD, A7 and 65. RGB value is (253,167,101). Sum of RGB (Red+Green+Blue) = 253+167+101=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA765 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA765 is #02589A. Grayscale: #B9B9B9. Windows color (decimal): -153755 or 6662141. OLE color: 6662141.

HSL color Cylindrical-coordinate representation of color #FDA765: hue angle of 26.05º 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 #FDA765 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 167 101 -
CMYK 0 0.34 0.60 0.01
HSL 26.05º 0.97% 0.69% -
HSV(B) 26.05º 0.6% 0.99% -
XYZ 56.68 49.46 18.87 -
YUV 185.19 80.49 176.37 -
System Red Green Blue C M Y K H S L
Decimal 253 167 101 0 0.34 0.60 0.01 26.05 0.97 0.69
Hex FD A7 65 0 22 3C 1 1A 61 45
Octal 375 247 145 0 42 74 1 32 141 105
Binary 11111101 10100111 1100101 0 100010 111100 1 11010 1100001 1000101

Color Harmonies of #FDA765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA765

Black with #FDA765

Text Example


Text Example

White with #FDA765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA765; }

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

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

background-color css

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

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

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

border-color css

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

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

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