Html Css Color HEX #F1AF4D Casablanca

📋 copy color: '#F1AF4D'

red 241 ◦ green 175 ◦ blue 77

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

Shades of Casablanca #F1AF4D

Tints of Casablanca #F1AF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.62%

R = 48.88%
G = 35.5%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1AF4D (or 0xF1AF4D) is known color: Casablanca. HEX triplet: F1, AF and 4D. RGB value is (241,175,77). Sum of RGB (Red+Green+Blue) = 241+175+77=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AF4D is #0E50B2. Grayscale: #B8B8B8. Windows color (decimal): -938163 or 5091313. OLE color: 5091313.

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

Color convert

RGB 241 175 77 -
CMYK 0 0.27 0.68 0.05
HSL 35.85º 0.85% 0.62% -
HSV(B) 35.85º 0.68% 0.95% -
XYZ 52.95 49.9 13.86 -
YUV 183.56 67.87 168.97 -
System Red Green Blue C M Y K H S L
Decimal 241 175 77 0 0.27 0.68 0.05 35.85 0.85 0.62
Hex F1 AF 4D 0 1B 44 5 24 55 3E
Octal 361 257 115 0 33 104 5 44 125 76
Binary 11110001 10101111 1001101 0 11011 1000100 101 100100 1010101 111110

Color Harmonies of #F1AF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AF4D

Black with #F1AF4D

Text Example


Text Example

White with #F1AF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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