Html Css Color HEX #F2BA5A Casablanca

📋 copy color: '#F2BA5A'

red 242 ◦ green 186 ◦ blue 90

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

Shades of Casablanca #F2BA5A

Tints of Casablanca #F2BA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.37%

R = 46.72%
G = 35.91%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2BA5A (or 0xF2BA5A) is known color: Casablanca. HEX triplet: F2, BA and 5A. RGB value is (242,186,90). Sum of RGB (Red+Green+Blue) = 242+186+90=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA5A is #0D45A5. Grayscale: #C0C0C0. Windows color (decimal): -869798 or 5946098. OLE color: 5946098.

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

Color convert

RGB 242 186 90 -
CMYK 0 0.23 0.63 0.05
HSL 37.89º 0.85% 0.65% -
HSV(B) 37.89º 0.63% 0.95% -
XYZ 56.02 54.73 17.28 -
YUV 191.8 70.55 163.81 -
System Red Green Blue C M Y K H S L
Decimal 242 186 90 0 0.23 0.63 0.05 37.89 0.85 0.65
Hex F2 BA 5A 0 17 3F 5 26 55 41
Octal 362 272 132 0 27 77 5 46 125 101
Binary 11110010 10111010 1011010 0 10111 111111 101 100110 1010101 1000001

Color Harmonies of #F2BA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA5A

Black with #F2BA5A

Text Example


Text Example

White with #F2BA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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