Html Css Color HEX #F2B348 Casablanca

📋 copy color: '#F2B348'

red 242 ◦ green 179 ◦ blue 72

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

Shades of Casablanca #F2B348

Tints of Casablanca #F2B348

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.31%

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

R = 49.09%
G = 36.31%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2B348 (or 0xF2B348) is known color: Casablanca. HEX triplet: F2, B3 and 48. RGB value is (242,179,72). Sum of RGB (Red+Green+Blue) = 242+179+72=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 72 (28.52% from 255 or 14.60% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B348 is #0D4CB7. Grayscale: #BABABA. Windows color (decimal): -871608 or 4764658. OLE color: 4764658.

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

Color convert

RGB 242 179 72 -
CMYK 0 0.26 0.70 0.05
HSL 37.76º 0.87% 0.62% -
HSV(B) 37.76º 0.7% 0.95% -
XYZ 53.91 51.59 13.25 -
YUV 185.64 63.87 168.2 -
System Red Green Blue C M Y K H S L
Decimal 242 179 72 0 0.26 0.70 0.05 37.76 0.87 0.62
Hex F2 B3 48 0 1A 46 5 26 57 3E
Octal 362 263 110 0 32 106 5 46 127 76
Binary 11110010 10110011 1001000 0 11010 1000110 101 100110 1010111 111110

Color Harmonies of #F2B348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B348

Black with #F2B348

Text Example


Text Example

White with #F2B348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B348; }

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

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

background-color css

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

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

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

border-color css

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

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

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