Html Css Color HEX #F2BC5E Casablanca

📋 copy color: '#F2BC5E'

red 242 ◦ green 188 ◦ blue 94

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

Shades of Casablanca #F2BC5E

Tints of Casablanca #F2BC5E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.88%

 BLUE value IS 94 (37.11% from 255) = 17.94%

R = 46.18%
G = 35.88%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2BC5E (or 0xF2BC5E) is known color: Casablanca. HEX triplet: F2, BC and 5E. RGB value is (242,188,94). Sum of RGB (Red+Green+Blue) = 242+188+94=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BC5E is #0D43A1. Grayscale: #C1C1C1. Windows color (decimal): -869282 or 6208754. OLE color: 6208754.

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

Color convert

RGB 242 188 94 -
CMYK 0 0.22 0.61 0.05
HSL 38.11º 0.85% 0.66% -
HSV(B) 38.11º 0.61% 0.95% -
XYZ 56.62 55.65 18.35 -
YUV 193.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 242 188 94 0 0.22 0.61 0.05 38.11 0.85 0.66
Hex F2 BC 5E 0 16 3D 5 26 55 42
Octal 362 274 136 0 26 75 5 46 125 102
Binary 11110010 10111100 1011110 0 10110 111101 101 100110 1010101 1000010

Color Harmonies of #F2BC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BC5E

Black with #F2BC5E

Text Example


Text Example

White with #F2BC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BC5E; }

 p { color: rgb(242,188,94); }

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

background-color css

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

 a { background-color: rgb(242,188,94); }

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

border-color css

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

 span { border-color: rgb(242,188,94); }

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