Html Css Color HEX #FDA764 Rajah

📋 copy color: '#FDA764'

red 253 ◦ green 167 ◦ blue 100

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

Shades of Rajah #FDA764

Tints of Rajah #FDA764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.23%

R = 48.65%
G = 32.12%
B = 19.23%

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

#FDA764 (or 0xFDA764) is known color: Rajah. HEX triplet: FD, A7 and 64. RGB value is (253,167,100). Sum of RGB (Red+Green+Blue) = 253+167+100=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA764 is #02589B. Grayscale: #B9B9B9. Windows color (decimal): -153756 or 6596605. OLE color: 6596605.

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

Color convert

RGB 253 167 100 -
CMYK 0 0.34 0.60 0.01
HSL 26.27º 0.97% 0.69% -
HSV(B) 26.27º 0.6% 0.99% -
XYZ 56.63 49.44 18.61 -
YUV 185.08 79.99 176.45 -
System Red Green Blue C M Y K H S L
Decimal 253 167 100 0 0.34 0.60 0.01 26.27 0.97 0.69
Hex FD A7 64 0 22 3C 1 1A 61 45
Octal 375 247 144 0 42 74 1 32 141 105
Binary 11111101 10100111 1100100 0 100010 111100 1 11010 1100001 1000101

Color Harmonies of #FDA764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA764

Black with #FDA764

Text Example


Text Example

White with #FDA764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA764; }

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

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

background-color css

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

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

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

border-color css

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

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

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