Html Css Color HEX #F5AF68 Rajah

📋 copy color: '#F5AF68'

red 245 ◦ green 175 ◦ blue 104

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

Shades of Rajah #F5AF68

Tints of Rajah #F5AF68

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.4%

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

R = 46.76%
G = 33.4%
B = 19.85%

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

#F5AF68 (or 0xF5AF68) is known color: Rajah. HEX triplet: F5, AF and 68. RGB value is (245,175,104). Sum of RGB (Red+Green+Blue) = 245+175+104=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF68 is #0A5097. Grayscale: #BCBCBC. Windows color (decimal): -675992 or 6860789. OLE color: 6860789.

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

Color convert

RGB 245 175 104 -
CMYK 0 0.29 0.58 0.04
HSL 30.21º 0.88% 0.68% -
HSV(B) 30.21º 0.58% 0.96% -
XYZ 55.48 51.07 20.03 -
YUV 187.84 80.69 168.77 -
System Red Green Blue C M Y K H S L
Decimal 245 175 104 0 0.29 0.58 0.04 30.21 0.88 0.68
Hex F5 AF 68 0 1D 3A 4 1E 58 44
Octal 365 257 150 0 35 72 4 36 130 104
Binary 11110101 10101111 1101000 0 11101 111010 100 11110 1011000 1000100

Color Harmonies of #F5AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AF68

Black with #F5AF68

Text Example


Text Example

White with #F5AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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