Html Css Color HEX #F2B148 Casablanca

📋 copy color: '#F2B148'

red 242 ◦ green 177 ◦ blue 72

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

Shades of Casablanca #F2B148

Tints of Casablanca #F2B148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.66%

R = 49.29%
G = 36.05%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2B148 (or 0xF2B148) is known color: Casablanca. HEX triplet: F2, B1 and 48. RGB value is (242,177,72). Sum of RGB (Red+Green+Blue) = 242+177+72=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 72 (28.52% from 255 or 14.66% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B148 is #0D4EB7. Grayscale: #B8B8B8. Windows color (decimal): -872120 or 4764146. OLE color: 4764146.

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

Color convert

RGB 242 177 72 -
CMYK 0 0.27 0.70 0.05
HSL 37.06º 0.87% 0.62% -
HSV(B) 37.06º 0.7% 0.95% -
XYZ 53.51 50.79 13.11 -
YUV 184.47 64.53 169.04 -
System Red Green Blue C M Y K H S L
Decimal 242 177 72 0 0.27 0.70 0.05 37.06 0.87 0.62
Hex F2 B1 48 0 1B 46 5 25 57 3E
Octal 362 261 110 0 33 106 5 45 127 76
Binary 11110010 10110001 1001000 0 11011 1000110 101 100101 1010111 111110

Color Harmonies of #F2B148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B148

Black with #F2B148

Text Example


Text Example

White with #F2B148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B148; }

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

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

background-color css

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

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

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

border-color css

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

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

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