Html Css Color HEX #F2B15B Casablanca

📋 copy color: '#F2B15B'

red 242 ◦ green 177 ◦ blue 91

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

Shades of Casablanca #F2B15B

Tints of Casablanca #F2B15B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.71%

 BLUE value IS 91 (35.94% from 255) = 17.84%

R = 47.45%
G = 34.71%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2B15B (or 0xF2B15B) is known color: Casablanca. HEX triplet: F2, B1 and 5B. RGB value is (242,177,91). Sum of RGB (Red+Green+Blue) = 242+177+91=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B15B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B15B is #0D4EA4. Grayscale: #BBBBBB. Windows color (decimal): -872101 or 6009330. OLE color: 6009330.

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

Color convert

RGB 242 177 91 -
CMYK 0 0.27 0.62 0.05
HSL 34.17º 0.85% 0.65% -
HSV(B) 34.17º 0.62% 0.95% -
XYZ 54.23 51.08 16.9 -
YUV 186.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 242 177 91 0 0.27 0.62 0.05 34.17 0.85 0.65
Hex F2 B1 5B 0 1B 3E 5 22 55 41
Octal 362 261 133 0 33 76 5 42 125 101
Binary 11110010 10110001 1011011 0 11011 111110 101 100010 1010101 1000001

Color Harmonies of #F2B15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B15B

Black with #F2B15B

Text Example


Text Example

White with #F2B15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B15B; }

 p { color: rgb(242,177,91); }

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

background-color css

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

 a { background-color: rgb(242,177,91); }

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

border-color css

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

 span { border-color: rgb(242,177,91); }

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