Html Css Color HEX #F2B247 Casablanca

📋 copy color: '#F2B247'

red 242 ◦ green 178 ◦ blue 71

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

Shades of Casablanca #F2B247

Tints of Casablanca #F2B247

RGB

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

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

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

R = 49.29%
G = 36.25%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F2B247 (or 0xF2B247) is known color: Casablanca. HEX triplet: F2, B2 and 47. RGB value is (242,178,71). Sum of RGB (Red+Green+Blue) = 242+178+71=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 71 (28.12% from 255 or 14.46% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B247 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B247 is #0D4DB8. Grayscale: #B9B9B9. Windows color (decimal): -871865 or 4698866. OLE color: 4698866.

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

Color convert

RGB 242 178 71 -
CMYK 0 0.26 0.71 0.05
HSL 37.54º 0.87% 0.61% -
HSV(B) 37.54º 0.71% 0.95% -
XYZ 53.68 51.17 13.01 -
YUV 184.94 63.7 168.7 -
System Red Green Blue C M Y K H S L
Decimal 242 178 71 0 0.26 0.71 0.05 37.54 0.87 0.61
Hex F2 B2 47 0 1A 47 5 26 57 3D
Octal 362 262 107 0 32 107 5 46 127 75
Binary 11110010 10110010 1000111 0 11010 1000111 101 100110 1010111 111101

Color Harmonies of #F2B247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B247

Black with #F2B247

Text Example


Text Example

White with #F2B247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B247; }

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

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

background-color css

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

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

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

border-color css

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

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

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