Html Css Color HEX #FCAE68 Rajah

📋 copy color: '#FCAE68'

red 252 ◦ green 174 ◦ blue 104

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

Shades of Rajah #FCAE68

Tints of Rajah #FCAE68

RGB

 RED value IS 252 (98.83% from 255) = 47.55%

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

 BLUE value IS 104 (41.02% from 255) = 19.62%

R = 47.55%
G = 32.83%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCAE68 (or 0xFCAE68) is known color: Rajah. HEX triplet: FC, AE and 68. RGB value is (252,174,104). Sum of RGB (Red+Green+Blue) = 252+174+104=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAE68 is #035197. Grayscale: #BDBDBD. Windows color (decimal): -217496 or 6860540. OLE color: 6860540.

HSL color Cylindrical-coordinate representation of color #FCAE68: hue angle of 28.38º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCAE68 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 174 104 -
CMYK 0 0.31 0.59 0.01
HSL 28.38º 0.96% 0.7% -
HSV(B) 28.38º 0.59% 0.99% -
XYZ 57.78 51.97 20.08 -
YUV 189.34 79.84 172.69 -
System Red Green Blue C M Y K H S L
Decimal 252 174 104 0 0.31 0.59 0.01 28.38 0.96 0.7
Hex FC AE 68 0 1F 3B 1 1C 60 46
Octal 374 256 150 0 37 73 1 34 140 106
Binary 11111100 10101110 1101000 0 11111 111011 1 11100 1100000 1000110

Color Harmonies of #FCAE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAE68

Black with #FCAE68

Text Example


Text Example

White with #FCAE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAE68; }

 p { color: rgb(252,174,104); }

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

background-color css

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

 a { background-color: rgb(252,174,104); }

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

border-color css

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

 span { border-color: rgb(252,174,104); }

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