Html Css Color HEX #FEAC5C Rajah

📋 copy color: '#FEAC5C'

red 254 ◦ green 172 ◦ blue 92

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

Shades of Rajah #FEAC5C

Tints of Rajah #FEAC5C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.2%

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

R = 49.03%
G = 33.2%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEAC5C (or 0xFEAC5C) is known color: Rajah. HEX triplet: FE, AC and 5C. RGB value is (254,172,92). Sum of RGB (Red+Green+Blue) = 254+172+92=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC5C is #0153A3. Grayscale: #BBBBBB. Windows color (decimal): -86948 or 6073598. OLE color: 6073598.

HSL color Cylindrical-coordinate representation of color #FEAC5C: hue angle of 29.63º 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 #FEAC5C is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 172 92 -
CMYK 0 0.32 0.64 0.00
HSL 29.63º 0.99% 0.68% -
HSV(B) 29.63º 0.64% 1% -
XYZ 57.56 51.35 17 -
YUV 187.4 74.17 175.5 -
System Red Green Blue C M Y K H S L
Decimal 254 172 92 0 0.32 0.64 0.00 29.63 0.99 0.68
Hex FE AC 5C 0 20 40 0 1E 63 44
Octal 376 254 134 0 40 100 0 36 143 104
Binary 11111110 10101100 1011100 0 100000 1000000 0 11110 1100011 1000100

Color Harmonies of #FEAC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC5C

Black with #FEAC5C

Text Example


Text Example

White with #FEAC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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