Html Css Color HEX #F1AF54 Casablanca

📋 copy color: '#F1AF54'

red 241 ◦ green 175 ◦ blue 84

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

Shades of Casablanca #F1AF54

Tints of Casablanca #F1AF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.8%

R = 48.2%
G = 35%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F1AF54 (or 0xF1AF54) is known color: Casablanca. HEX triplet: F1, AF and 54. RGB value is (241,175,84). Sum of RGB (Red+Green+Blue) = 241+175+84=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AF54 is #0E50AB. Grayscale: #B8B8B8. Windows color (decimal): -938156 or 5550065. OLE color: 5550065.

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

Color convert

RGB 241 175 84 -
CMYK 0 0.27 0.65 0.05
HSL 34.78º 0.85% 0.64% -
HSV(B) 34.78º 0.65% 0.95% -
XYZ 53.21 50 15.23 -
YUV 184.36 71.37 168.4 -
System Red Green Blue C M Y K H S L
Decimal 241 175 84 0 0.27 0.65 0.05 34.78 0.85 0.64
Hex F1 AF 54 0 1B 41 5 23 55 40
Octal 361 257 124 0 33 101 5 43 125 100
Binary 11110001 10101111 1010100 0 11011 1000001 101 100011 1010101 1000000

Color Harmonies of #F1AF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AF54

Black with #F1AF54

Text Example


Text Example

White with #F1AF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AF54; }

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

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

background-color css

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

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

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

border-color css

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

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

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