Html Css Color HEX #F4AF68 Rajah

📋 copy color: '#F4AF68'

red 244 ◦ green 175 ◦ blue 104

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

Shades of Rajah #F4AF68

Tints of Rajah #F4AF68

RGB

 RED value IS 244 (95.7% from 255) = 46.65%

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

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

R = 46.65%
G = 33.46%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F4AF68 (or 0xF4AF68) is known color: Rajah. HEX triplet: F4, AF and 68. RGB value is (244,175,104). Sum of RGB (Red+Green+Blue) = 244+175+104=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AF68 is #0B5097. Grayscale: #BBBBBB. Windows color (decimal): -741528 or 6860788. OLE color: 6860788.

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

Color convert

RGB 244 175 104 -
CMYK 0 0.28 0.57 0.04
HSL 30.43º 0.86% 0.68% -
HSV(B) 30.43º 0.57% 0.96% -
XYZ 55.14 50.89 20.01 -
YUV 187.54 80.86 168.27 -
System Red Green Blue C M Y K H S L
Decimal 244 175 104 0 0.28 0.57 0.04 30.43 0.86 0.68
Hex F4 AF 68 0 1C 39 4 1E 56 44
Octal 364 257 150 0 34 71 4 36 126 104
Binary 11110100 10101111 1101000 0 11100 111001 100 11110 1010110 1000100

Color Harmonies of #F4AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AF68

Black with #F4AF68

Text Example


Text Example

White with #F4AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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