Html Css Color HEX #F5AD68 Rajah

📋 copy color: '#F5AD68'

red 245 ◦ green 173 ◦ blue 104

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

Shades of Rajah #F5AD68

Tints of Rajah #F5AD68

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.14%

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

R = 46.93%
G = 33.14%
B = 19.92%

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

#F5AD68 (or 0xF5AD68) is known color: Rajah. HEX triplet: F5, AD and 68. RGB value is (245,173,104). Sum of RGB (Red+Green+Blue) = 245+173+104=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AD68 is #0A5297. Grayscale: #BBBBBB. Windows color (decimal): -676504 or 6860277. OLE color: 6860277.

HSL color Cylindrical-coordinate representation of color #F5AD68: hue angle of 29.36º 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 #F5AD68 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 173 104 -
CMYK 0 0.29 0.58 0.04
HSL 29.36º 0.88% 0.68% -
HSV(B) 29.36º 0.58% 0.96% -
XYZ 55.1 50.3 19.9 -
YUV 186.66 81.35 169.61 -
System Red Green Blue C M Y K H S L
Decimal 245 173 104 0 0.29 0.58 0.04 29.36 0.88 0.68
Hex F5 AD 68 0 1D 3A 4 1D 58 44
Octal 365 255 150 0 35 72 4 35 130 104
Binary 11110101 10101101 1101000 0 11101 111010 100 11101 1011000 1000100

Color Harmonies of #F5AD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AD68

Black with #F5AD68

Text Example


Text Example

White with #F5AD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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