Html Css Color HEX #FEA962 Rajah

📋 copy color: '#FEA962'

red 254 ◦ green 169 ◦ blue 98

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

Shades of Rajah #FEA962

Tints of Rajah #FEA962

RGB

 RED value IS 254 (99.61% from 255) = 48.75%

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

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

R = 48.75%
G = 32.44%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEA962 (or 0xFEA962) is known color: Rajah. HEX triplet: FE, A9 and 62. RGB value is (254,169,98). Sum of RGB (Red+Green+Blue) = 254+169+98=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA962 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA962 is #01569D. Grayscale: #BABABA. Windows color (decimal): -87710 or 6466046. OLE color: 6466046.

HSL color Cylindrical-coordinate representation of color #FEA962: hue angle of 27.31º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEA962 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 169 98 -
CMYK 0 0.33 0.61 0.00
HSL 27.31º 0.99% 0.69% -
HSV(B) 27.31º 0.61% 1% -
XYZ 57.27 50.33 18.25 -
YUV 186.32 78.16 176.27 -
System Red Green Blue C M Y K H S L
Decimal 254 169 98 0 0.33 0.61 0.00 27.31 0.99 0.69
Hex FE A9 62 0 21 3D 0 1B 63 45
Octal 376 251 142 0 41 75 0 33 143 105
Binary 11111110 10101001 1100010 0 100001 111101 0 11011 1100011 1000101

Color Harmonies of #FEA962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA962

Black with #FEA962

Text Example


Text Example

White with #FEA962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA962; }

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

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

background-color css

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

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

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

border-color css

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

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

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