Html Css Color HEX #F2B758 Casablanca

📋 copy color: '#F2B758'

red 242 ◦ green 183 ◦ blue 88

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

Shades of Casablanca #F2B758

Tints of Casablanca #F2B758

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.67%

 BLUE value IS 88 (34.77% from 255) = 17.15%

R = 47.17%
G = 35.67%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2B758 (or 0xF2B758) is known color: Casablanca. HEX triplet: F2, B7 and 58. RGB value is (242,183,88). Sum of RGB (Red+Green+Blue) = 242+183+88=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B758 is #0D48A7. Grayscale: #BEBEBE. Windows color (decimal): -870568 or 5814258. OLE color: 5814258.

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

Color convert

RGB 242 183 88 -
CMYK 0 0.24 0.64 0.05
HSL 37.01º 0.86% 0.65% -
HSV(B) 37.01º 0.64% 0.95% -
XYZ 55.31 53.45 16.63 -
YUV 189.81 70.55 165.22 -
System Red Green Blue C M Y K H S L
Decimal 242 183 88 0 0.24 0.64 0.05 37.01 0.86 0.65
Hex F2 B7 58 0 18 40 5 25 56 41
Octal 362 267 130 0 30 100 5 45 126 101
Binary 11110010 10110111 1011000 0 11000 1000000 101 100101 1010110 1000001

Color Harmonies of #F2B758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B758

Black with #F2B758

Text Example


Text Example

White with #F2B758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B758; }

 p { color: rgb(242,183,88); }

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

background-color css

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

 a { background-color: rgb(242,183,88); }

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

border-color css

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

 span { border-color: rgb(242,183,88); }

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