Html Css Color HEX #F1AF4A Casablanca

📋 copy color: '#F1AF4A'

red 241 ◦ green 175 ◦ blue 74

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

Shades of Casablanca #F1AF4A

Tints of Casablanca #F1AF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.1%

R = 49.18%
G = 35.71%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1AF4A (or 0xF1AF4A) is known color: Casablanca. HEX triplet: F1, AF and 4A. RGB value is (241,175,74). Sum of RGB (Red+Green+Blue) = 241+175+74=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AF4A is #0E50B5. Grayscale: #B7B7B7. Windows color (decimal): -938166 or 4894705. OLE color: 4894705.

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

Color convert

RGB 241 175 74 -
CMYK 0 0.27 0.69 0.05
HSL 36.29º 0.86% 0.62% -
HSV(B) 36.29º 0.69% 0.95% -
XYZ 52.84 49.86 13.32 -
YUV 183.22 66.37 169.21 -
System Red Green Blue C M Y K H S L
Decimal 241 175 74 0 0.27 0.69 0.05 36.29 0.86 0.62
Hex F1 AF 4A 0 1B 45 5 24 56 3E
Octal 361 257 112 0 33 105 5 44 126 76
Binary 11110001 10101111 1001010 0 11011 1000101 101 100100 1010110 111110

Color Harmonies of #F1AF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AF4A

Black with #F1AF4A

Text Example


Text Example

White with #F1AF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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