Html Css Color HEX #F1AD4D Casablanca

📋 copy color: '#F1AD4D'

red 241 ◦ green 173 ◦ blue 77

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

Shades of Casablanca #F1AD4D

Tints of Casablanca #F1AD4D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.23%

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

R = 49.08%
G = 35.23%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1AD4D (or 0xF1AD4D) is known color: Casablanca. HEX triplet: F1, AD and 4D. RGB value is (241,173,77). Sum of RGB (Red+Green+Blue) = 241+173+77=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AD4D is #0E52B2. Grayscale: #B6B6B6. Windows color (decimal): -938675 or 5090801. OLE color: 5090801.

HSL color Cylindrical-coordinate representation of color #F1AD4D: hue angle of 35.12º 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 #F1AD4D is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 173 77 -
CMYK 0 0.28 0.68 0.05
HSL 35.12º 0.85% 0.62% -
HSV(B) 35.12º 0.68% 0.95% -
XYZ 52.56 49.12 13.73 -
YUV 182.39 68.53 169.81 -
System Red Green Blue C M Y K H S L
Decimal 241 173 77 0 0.28 0.68 0.05 35.12 0.85 0.62
Hex F1 AD 4D 0 1C 44 5 23 55 3E
Octal 361 255 115 0 34 104 5 43 125 76
Binary 11110001 10101101 1001101 0 11100 1000100 101 100011 1010101 111110

Color Harmonies of #F1AD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AD4D

Black with #F1AD4D

Text Example


Text Example

White with #F1AD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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