Html Css Color HEX #F2B147 Casablanca

📋 copy color: '#F2B147'

red 242 ◦ green 177 ◦ blue 71

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

Shades of Casablanca #F2B147

Tints of Casablanca #F2B147

RGB

 RED value IS 242 (94.92% from 255) = 49.39%

 GREEN value IS 177 (69.53% from 255) = 36.12%

 BLUE value IS 71 (28.13% from 255) = 14.49%

R = 49.39%
G = 36.12%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F2B147 (or 0xF2B147) is known color: Casablanca. HEX triplet: F2, B1 and 47. RGB value is (242,177,71). Sum of RGB (Red+Green+Blue) = 242+177+71=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 71 (28.12% from 255 or 14.49% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B147 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B147 is #0D4EB8. Grayscale: #B8B8B8. Windows color (decimal): -872121 or 4698610. OLE color: 4698610.

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

Color convert

RGB 242 177 71 -
CMYK 0 0.27 0.71 0.05
HSL 37.19º 0.87% 0.61% -
HSV(B) 37.19º 0.71% 0.95% -
XYZ 53.48 50.78 12.94 -
YUV 184.35 64.03 169.12 -
System Red Green Blue C M Y K H S L
Decimal 242 177 71 0 0.27 0.71 0.05 37.19 0.87 0.61
Hex F2 B1 47 0 1B 47 5 25 57 3D
Octal 362 261 107 0 33 107 5 45 127 75
Binary 11110010 10110001 1000111 0 11011 1000111 101 100101 1010111 111101

Color Harmonies of #F2B147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B147

Black with #F2B147

Text Example


Text Example

White with #F2B147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B147; }

 p { color: rgb(242,177,71); }

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

background-color css

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

 a { background-color: rgb(242,177,71); }

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

border-color css

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

 span { border-color: rgb(242,177,71); }

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