Html Css Color HEX #F2BA5D Casablanca

📋 copy color: '#F2BA5D'

red 242 ◦ green 186 ◦ blue 93

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

Shades of Casablanca #F2BA5D

Tints of Casablanca #F2BA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.7%

 BLUE value IS 93 (36.72% from 255) = 17.85%

R = 46.45%
G = 35.7%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2BA5D (or 0xF2BA5D) is known color: Casablanca. HEX triplet: F2, BA and 5D. RGB value is (242,186,93). Sum of RGB (Red+Green+Blue) = 242+186+93=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA5D is #0D45A2. Grayscale: #C0C0C0. Windows color (decimal): -869795 or 6142706. OLE color: 6142706.

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

Color convert

RGB 242 186 93 -
CMYK 0 0.23 0.62 0.05
HSL 37.45º 0.85% 0.66% -
HSV(B) 37.45º 0.62% 0.95% -
XYZ 56.15 54.79 17.97 -
YUV 192.14 72.05 163.56 -
System Red Green Blue C M Y K H S L
Decimal 242 186 93 0 0.23 0.62 0.05 37.45 0.85 0.66
Hex F2 BA 5D 0 17 3E 5 25 55 42
Octal 362 272 135 0 27 76 5 45 125 102
Binary 11110010 10111010 1011101 0 10111 111110 101 100101 1010101 1000010

Color Harmonies of #F2BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA5D

Black with #F2BA5D

Text Example


Text Example

White with #F2BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA5D; }

 p { color: rgb(242,186,93); }

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

background-color css

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

 a { background-color: rgb(242,186,93); }

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

border-color css

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

 span { border-color: rgb(242,186,93); }

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