Html Css Color HEX #FEA965 Rajah

📋 copy color: '#FEA965'

red 254 ◦ green 169 ◦ blue 101

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

Shades of Rajah #FEA965

Tints of Rajah #FEA965

RGB

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

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

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

R = 48.47%
G = 32.25%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEA965 (or 0xFEA965) is known color: Rajah. HEX triplet: FE, A9 and 65. RGB value is (254,169,101). Sum of RGB (Red+Green+Blue) = 254+169+101=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA965 is #01569A. Grayscale: #BBBBBB. Windows color (decimal): -87707 or 6662654. OLE color: 6662654.

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

Color convert

RGB 254 169 101 -
CMYK 0 0.33 0.60 0.00
HSL 26.67º 0.99% 0.7% -
HSV(B) 26.67º 0.6% 1% -
XYZ 57.41 50.39 19.01 -
YUV 186.66 79.66 176.03 -
System Red Green Blue C M Y K H S L
Decimal 254 169 101 0 0.33 0.60 0.00 26.67 0.99 0.7
Hex FE A9 65 0 21 3C 0 1B 63 46
Octal 376 251 145 0 41 74 0 33 143 106
Binary 11111110 10101001 1100101 0 100001 111100 0 11011 1100011 1000110

Color Harmonies of #FEA965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA965

Black with #FEA965

Text Example


Text Example

White with #FEA965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA965; }

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

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

background-color css

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

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

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

border-color css

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

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

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