Html Css Color HEX #F5BC5E Casablanca

📋 copy color: '#F5BC5E'

red 245 ◦ green 188 ◦ blue 94

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

Shades of Casablanca #F5BC5E

Tints of Casablanca #F5BC5E

RGB

 RED value IS 245 (96.09% from 255) = 46.49%

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

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

R = 46.49%
G = 35.67%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5BC5E (or 0xF5BC5E) is known color: Casablanca. HEX triplet: F5, BC and 5E. RGB value is (245,188,94). Sum of RGB (Red+Green+Blue) = 245+188+94=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BC5E is #0A43A1. Grayscale: #C2C2C2. Windows color (decimal): -672674 or 6208757. OLE color: 6208757.

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

Color convert

RGB 245 188 94 -
CMYK 0 0.23 0.62 0.04
HSL 37.35º 0.88% 0.66% -
HSV(B) 37.35º 0.62% 0.96% -
XYZ 57.66 56.19 18.4 -
YUV 194.33 71.38 164.14 -
System Red Green Blue C M Y K H S L
Decimal 245 188 94 0 0.23 0.62 0.04 37.35 0.88 0.66
Hex F5 BC 5E 0 17 3E 4 25 58 42
Octal 365 274 136 0 27 76 4 45 130 102
Binary 11110101 10111100 1011110 0 10111 111110 100 100101 1011000 1000010

Color Harmonies of #F5BC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BC5E

Black with #F5BC5E

Text Example


Text Example

White with #F5BC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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