Html Css Color HEX #F5AE68 Rajah

📋 copy color: '#F5AE68'

red 245 ◦ green 174 ◦ blue 104

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

Shades of Rajah #F5AE68

Tints of Rajah #F5AE68

RGB

 RED value IS 245 (96.09% from 255) = 46.85%

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

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

R = 46.85%
G = 33.27%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F5AE68 (or 0xF5AE68) is known color: Rajah. HEX triplet: F5, AE and 68. RGB value is (245,174,104). Sum of RGB (Red+Green+Blue) = 245+174+104=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AE68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AE68 is #0A5197. Grayscale: #BBBBBB. Windows color (decimal): -676248 or 6860533. OLE color: 6860533.

HSL color Cylindrical-coordinate representation of color #F5AE68: hue angle of 29.79º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5AE68 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 174 104 -
CMYK 0 0.29 0.58 0.04
HSL 29.79º 0.88% 0.68% -
HSV(B) 29.79º 0.58% 0.96% -
XYZ 55.29 50.68 19.97 -
YUV 187.25 81.02 169.19 -
System Red Green Blue C M Y K H S L
Decimal 245 174 104 0 0.29 0.58 0.04 29.79 0.88 0.68
Hex F5 AE 68 0 1D 3A 4 1E 58 44
Octal 365 256 150 0 35 72 4 36 130 104
Binary 11110101 10101110 1101000 0 11101 111010 100 11110 1011000 1000100

Color Harmonies of #F5AE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AE68

Black with #F5AE68

Text Example


Text Example

White with #F5AE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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