Html Css Color HEX #F4AF65 Rajah

📋 copy color: '#F4AF65'

red 244 ◦ green 175 ◦ blue 101

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

Shades of Rajah #F4AF65

Tints of Rajah #F4AF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.42%

R = 46.92%
G = 33.65%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F4AF65 (or 0xF4AF65) is known color: Rajah. HEX triplet: F4, AF and 65. RGB value is (244,175,101). Sum of RGB (Red+Green+Blue) = 244+175+101=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AF65 is #0B509A. Grayscale: #BBBBBB. Windows color (decimal): -741531 or 6664180. OLE color: 6664180.

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

Color convert

RGB 244 175 101 -
CMYK 0 0.28 0.59 0.04
HSL 31.05º 0.87% 0.68% -
HSV(B) 31.05º 0.59% 0.96% -
XYZ 54.99 50.83 19.23 -
YUV 187.2 79.36 168.52 -
System Red Green Blue C M Y K H S L
Decimal 244 175 101 0 0.28 0.59 0.04 31.05 0.87 0.68
Hex F4 AF 65 0 1C 3B 4 1F 57 44
Octal 364 257 145 0 34 73 4 37 127 104
Binary 11110100 10101111 1100101 0 11100 111011 100 11111 1010111 1000100

Color Harmonies of #F4AF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AF65

Black with #F4AF65

Text Example


Text Example

White with #F4AF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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