Html Css Color HEX #FEA65C Rajah

📋 copy color: '#FEA65C'

red 254 ◦ green 166 ◦ blue 92

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

Shades of Rajah #FEA65C

Tints of Rajah #FEA65C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.42%

 BLUE value IS 92 (36.33% from 255) = 17.97%

R = 49.61%
G = 32.42%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEA65C (or 0xFEA65C) is known color: Rajah. HEX triplet: FE, A6 and 5C. RGB value is (254,166,92). Sum of RGB (Red+Green+Blue) = 254+166+92=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA65C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA65C is #0159A3. Grayscale: #B8B8B8. Windows color (decimal): -88484 or 6072062. OLE color: 6072062.

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

Color convert

RGB 254 166 92 -
CMYK 0 0.35 0.64 0.00
HSL 27.41º 0.99% 0.68% -
HSV(B) 27.41º 0.64% 1% -
XYZ 56.44 49.12 16.63 -
YUV 183.88 76.15 178.02 -
System Red Green Blue C M Y K H S L
Decimal 254 166 92 0 0.35 0.64 0.00 27.41 0.99 0.68
Hex FE A6 5C 0 23 40 0 1B 63 44
Octal 376 246 134 0 43 100 0 33 143 104
Binary 11111110 10100110 1011100 0 100011 1000000 0 11011 1100011 1000100

Color Harmonies of #FEA65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA65C

Black with #FEA65C

Text Example


Text Example

White with #FEA65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA65C; }

 p { color: rgb(254,166,92); }

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

background-color css

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

 a { background-color: rgb(254,166,92); }

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

border-color css

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

 span { border-color: rgb(254,166,92); }

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