Html Css Color HEX #F2B85B Casablanca

📋 copy color: '#F2B85B'

red 242 ◦ green 184 ◦ blue 91

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

Shades of Casablanca #F2B85B

Tints of Casablanca #F2B85B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.59%

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

R = 46.81%
G = 35.59%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2B85B (or 0xF2B85B) is known color: Casablanca. HEX triplet: F2, B8 and 5B. RGB value is (242,184,91). Sum of RGB (Red+Green+Blue) = 242+184+91=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 91 (35.94% from 255 or 17.60% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B85B is #0D47A4. Grayscale: #BFBFBF. Windows color (decimal): -870309 or 6011122. OLE color: 6011122.

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

Color convert

RGB 242 184 91 -
CMYK 0 0.24 0.62 0.05
HSL 36.95º 0.85% 0.65% -
HSV(B) 36.95º 0.62% 0.95% -
XYZ 55.65 53.91 17.37 -
YUV 190.74 71.72 164.56 -
System Red Green Blue C M Y K H S L
Decimal 242 184 91 0 0.24 0.62 0.05 36.95 0.85 0.65
Hex F2 B8 5B 0 18 3E 5 25 55 41
Octal 362 270 133 0 30 76 5 45 125 101
Binary 11110010 10111000 1011011 0 11000 111110 101 100101 1010101 1000001

Color Harmonies of #F2B85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B85B

Black with #F2B85B

Text Example


Text Example

White with #F2B85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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