Html Css Color HEX #F2B259 Casablanca

📋 copy color: '#F2B259'

red 242 ◦ green 178 ◦ blue 89

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

Shades of Casablanca #F2B259

Tints of Casablanca #F2B259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.49%

R = 47.54%
G = 34.97%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2B259 (or 0xF2B259) is known color: Casablanca. HEX triplet: F2, B2 and 59. RGB value is (242,178,89). Sum of RGB (Red+Green+Blue) = 242+178+89=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 89 (35.16% from 255 or 17.49% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B259 is #0D4DA6. Grayscale: #BBBBBB. Windows color (decimal): -871847 or 5878514. OLE color: 5878514.

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

Color convert

RGB 242 178 89 -
CMYK 0 0.26 0.63 0.05
HSL 34.9º 0.85% 0.65% -
HSV(B) 34.9º 0.63% 0.95% -
XYZ 54.34 51.44 16.52 -
YUV 186.99 72.7 167.24 -
System Red Green Blue C M Y K H S L
Decimal 242 178 89 0 0.26 0.63 0.05 34.9 0.85 0.65
Hex F2 B2 59 0 1A 3F 5 23 55 41
Octal 362 262 131 0 32 77 5 43 125 101
Binary 11110010 10110010 1011001 0 11010 111111 101 100011 1010101 1000001

Color Harmonies of #F2B259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B259

Black with #F2B259

Text Example


Text Example

White with #F2B259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B259; }

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

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

background-color css

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

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

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

border-color css

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

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

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