Html Css Color HEX #FDA862 Rajah

📋 copy color: '#FDA862'

red 253 ◦ green 168 ◦ blue 98

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

Shades of Rajah #FDA862

Tints of Rajah #FDA862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.88%

R = 48.75%
G = 32.37%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDA862 (or 0xFDA862) is known color: Rajah. HEX triplet: FD, A8 and 62. RGB value is (253,168,98). Sum of RGB (Red+Green+Blue) = 253+168+98=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA862 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA862 is #02579D. Grayscale: #B9B9B9. Windows color (decimal): -153502 or 6465789. OLE color: 6465789.

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

Color convert

RGB 253 168 98 -
CMYK 0 0.34 0.61 0.01
HSL 27.1º 0.97% 0.69% -
HSV(B) 27.1º 0.61% 0.99% -
XYZ 56.72 49.77 18.17 -
YUV 185.44 78.66 176.19 -
System Red Green Blue C M Y K H S L
Decimal 253 168 98 0 0.34 0.61 0.01 27.1 0.97 0.69
Hex FD A8 62 0 22 3D 1 1B 61 45
Octal 375 250 142 0 42 75 1 33 141 105
Binary 11111101 10101000 1100010 0 100010 111101 1 11011 1100001 1000101

Color Harmonies of #FDA862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA862

Black with #FDA862

Text Example


Text Example

White with #FDA862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA862; }

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

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

background-color css

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

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

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

border-color css

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

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

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