Html Css Color HEX #FDA962 Rajah

📋 copy color: '#FDA962'

red 253 ◦ green 169 ◦ blue 98

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

Shades of Rajah #FDA962

Tints of Rajah #FDA962

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.5%

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

R = 48.65%
G = 32.5%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDA962 (or 0xFDA962) is known color: Rajah. HEX triplet: FD, A9 and 62. RGB value is (253,169,98). Sum of RGB (Red+Green+Blue) = 253+169+98=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA962 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA962 is #02569D. Grayscale: #BABABA. Windows color (decimal): -153246 or 6466045. OLE color: 6466045.

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

Color convert

RGB 253 169 98 -
CMYK 0 0.33 0.61 0.01
HSL 27.48º 0.97% 0.69% -
HSV(B) 27.48º 0.61% 0.99% -
XYZ 56.9 50.14 18.23 -
YUV 186.02 78.33 175.77 -
System Red Green Blue C M Y K H S L
Decimal 253 169 98 0 0.33 0.61 0.01 27.48 0.97 0.69
Hex FD A9 62 0 21 3D 1 1B 61 45
Octal 375 251 142 0 41 75 1 33 141 105
Binary 11111101 10101001 1100010 0 100001 111101 1 11011 1100001 1000101

Color Harmonies of #FDA962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA962

Black with #FDA962

Text Example


Text Example

White with #FDA962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA962; }

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

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

background-color css

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

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

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

border-color css

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

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

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