Html Css Color HEX #F1AF51 Casablanca

📋 copy color: '#F1AF51'

red 241 ◦ green 175 ◦ blue 81

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

Shades of Casablanca #F1AF51

Tints of Casablanca #F1AF51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.3%

R = 48.49%
G = 35.21%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F1AF51 (or 0xF1AF51) is known color: Casablanca. HEX triplet: F1, AF and 51. RGB value is (241,175,81). Sum of RGB (Red+Green+Blue) = 241+175+81=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 81 (32.03% from 255 or 16.30% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AF51 is #0E50AE. Grayscale: #B8B8B8. Windows color (decimal): -938159 or 5353457. OLE color: 5353457.

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

Color convert

RGB 241 175 81 -
CMYK 0 0.27 0.66 0.05
HSL 35.25º 0.85% 0.63% -
HSV(B) 35.25º 0.66% 0.95% -
XYZ 53.09 49.95 14.63 -
YUV 184.02 69.87 168.64 -
System Red Green Blue C M Y K H S L
Decimal 241 175 81 0 0.27 0.66 0.05 35.25 0.85 0.63
Hex F1 AF 51 0 1B 42 5 23 55 3F
Octal 361 257 121 0 33 102 5 43 125 77
Binary 11110001 10101111 1010001 0 11011 1000010 101 100011 1010101 111111

Color Harmonies of #F1AF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AF51

Black with #F1AF51

Text Example


Text Example

White with #F1AF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AF51; }

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

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

background-color css

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

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

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

border-color css

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

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

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