Html Css Color HEX #FAAE5E Rajah

📋 copy color: '#FAAE5E'

red 250 ◦ green 174 ◦ blue 94

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

Shades of Rajah #FAAE5E

Tints of Rajah #FAAE5E

RGB

 RED value IS 250 (98.05% from 255) = 48.26%

 GREEN value IS 174 (68.36% from 255) = 33.59%

 BLUE value IS 94 (37.11% from 255) = 18.15%

R = 48.26%
G = 33.59%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAAE5E (or 0xFAAE5E) is known color: Rajah. HEX triplet: FA, AE and 5E. RGB value is (250,174,94). Sum of RGB (Red+Green+Blue) = 250+174+94=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAE5E is #0551A1. Grayscale: #BCBCBC. Windows color (decimal): -348578 or 6205178. OLE color: 6205178.

HSL color Cylindrical-coordinate representation of color #FAAE5E: hue angle of 30.77º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAAE5E is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 174 94 -
CMYK 0 0.30 0.62 0.02
HSL 30.77º 0.94% 0.67% -
HSV(B) 30.77º 0.62% 0.98% -
XYZ 56.58 51.4 17.53 -
YUV 187.6 75.18 172.5 -
System Red Green Blue C M Y K H S L
Decimal 250 174 94 0 0.30 0.62 0.02 30.77 0.94 0.67
Hex FA AE 5E 0 1E 3E 2 1F 5E 43
Octal 372 256 136 0 36 76 2 37 136 103
Binary 11111010 10101110 1011110 0 11110 111110 10 11111 1011110 1000011

Color Harmonies of #FAAE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAE5E

Black with #FAAE5E

Text Example


Text Example

White with #FAAE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAE5E; }

 p { color: rgb(250,174,94); }

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

background-color css

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

 a { background-color: rgb(250,174,94); }

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

border-color css

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

 span { border-color: rgb(250,174,94); }

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