Html Css Color HEX #F1B24F Casablanca

📋 copy color: '#F1B24F'

red 241 ◦ green 178 ◦ blue 79

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

Shades of Casablanca #F1B24F

Tints of Casablanca #F1B24F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.74%

 BLUE value IS 79 (31.25% from 255) = 15.86%

R = 48.39%
G = 35.74%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F1B24F (or 0xF1B24F) is known color: Casablanca. HEX triplet: F1, B2 and 4F. RGB value is (241,178,79). Sum of RGB (Red+Green+Blue) = 241+178+79=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 79 (31.25% from 255 or 15.86% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B24F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1B24F is #0E4DB0. Grayscale: #BABABA. Windows color (decimal): -937393 or 5223153. OLE color: 5223153.

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

Color convert

RGB 241 178 79 -
CMYK 0 0.26 0.67 0.05
HSL 36.67º 0.85% 0.63% -
HSV(B) 36.67º 0.67% 0.95% -
XYZ 53.61 51.11 14.44 -
YUV 185.55 67.87 167.55 -
System Red Green Blue C M Y K H S L
Decimal 241 178 79 0 0.26 0.67 0.05 36.67 0.85 0.63
Hex F1 B2 4F 0 1A 43 5 25 55 3F
Octal 361 262 117 0 32 103 5 45 125 77
Binary 11110001 10110010 1001111 0 11010 1000011 101 100101 1010101 111111

Color Harmonies of #F1B24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B24F

Black with #F1B24F

Text Example


Text Example

White with #F1B24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B24F; }

 p { color: rgb(241,178,79); }

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

background-color css

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

 a { background-color: rgb(241,178,79); }

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

border-color css

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

 span { border-color: rgb(241,178,79); }

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