Html Css Color HEX #F5B75D Casablanca

📋 copy color: '#F5B75D'

red 245 ◦ green 183 ◦ blue 93

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

Shades of Casablanca #F5B75D

Tints of Casablanca #F5B75D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.12%

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

R = 47.02%
G = 35.12%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5B75D (or 0xF5B75D) is known color: Casablanca. HEX triplet: F5, B7 and 5D. RGB value is (245,183,93). Sum of RGB (Red+Green+Blue) = 245+183+93=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B75D is #0A48A2. Grayscale: #BFBFBF. Windows color (decimal): -673955 or 6141941. OLE color: 6141941.

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

Color convert

RGB 245 183 93 -
CMYK 0 0.25 0.62 0.04
HSL 35.53º 0.88% 0.66% -
HSV(B) 35.53º 0.62% 0.96% -
XYZ 56.57 54.07 17.81 -
YUV 191.28 72.54 166.32 -
System Red Green Blue C M Y K H S L
Decimal 245 183 93 0 0.25 0.62 0.04 35.53 0.88 0.66
Hex F5 B7 5D 0 19 3E 4 24 58 42
Octal 365 267 135 0 31 76 4 44 130 102
Binary 11110101 10110111 1011101 0 11001 111110 100 100100 1011000 1000010

Color Harmonies of #F5B75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B75D

Black with #F5B75D

Text Example


Text Example

White with #F5B75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B75D; }

 p { color: rgb(245,183,93); }

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

background-color css

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

 a { background-color: rgb(245,183,93); }

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

border-color css

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

 span { border-color: rgb(245,183,93); }

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