Html Css Color HEX #F1AF64 Rajah

📋 copy color: '#F1AF64'

red 241 ◦ green 175 ◦ blue 100

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

Shades of Rajah #F1AF64

Tints of Rajah #F1AF64

RGB

 RED value IS 241 (94.53% from 255) = 46.71%

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

 BLUE value IS 100 (39.45% from 255) = 19.38%

R = 46.71%
G = 33.91%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F1AF64 (or 0xF1AF64) is known color: Rajah. HEX triplet: F1, AF and 64. RGB value is (241,175,100). Sum of RGB (Red+Green+Blue) = 241+175+100=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AF64 is #0E509B. Grayscale: #BABABA. Windows color (decimal): -938140 or 6598641. OLE color: 6598641.

HSL color Cylindrical-coordinate representation of color #F1AF64: hue angle of 31.91º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1AF64 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 175 100 -
CMYK 0 0.27 0.59 0.05
HSL 31.91º 0.83% 0.67% -
HSV(B) 31.91º 0.59% 0.95% -
XYZ 53.91 50.28 18.92 -
YUV 186.18 79.37 167.1 -
System Red Green Blue C M Y K H S L
Decimal 241 175 100 0 0.27 0.59 0.05 31.91 0.83 0.67
Hex F1 AF 64 0 1B 3B 5 20 53 43
Octal 361 257 144 0 33 73 5 40 123 103
Binary 11110001 10101111 1100100 0 11011 111011 101 100000 1010011 1000011

Color Harmonies of #F1AF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AF64

Black with #F1AF64

Text Example


Text Example

White with #F1AF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AF64; }

 p { color: rgb(241,175,100); }

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

background-color css

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

 a { background-color: rgb(241,175,100); }

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

border-color css

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

 span { border-color: rgb(241,175,100); }

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