Html Css Color HEX #F5B352 Casablanca

📋 copy color: '#F5B352'

red 245 ◦ green 179 ◦ blue 82

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

Shades of Casablanca #F5B352

Tints of Casablanca #F5B352

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.38%

 BLUE value IS 82 (32.42% from 255) = 16.21%

R = 48.42%
G = 35.38%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F5B352 (or 0xF5B352) is known color: Casablanca. HEX triplet: F5, B3 and 52. RGB value is (245,179,82). Sum of RGB (Red+Green+Blue) = 245+179+82=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B352 is #0A4CAD. Grayscale: #BCBCBC. Windows color (decimal): -674990 or 5420021. OLE color: 5420021.

HSL color Cylindrical-coordinate representation of color #F5B352: hue angle of 35.71º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5B352 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 179 82 -
CMYK 0 0.27 0.67 0.04
HSL 35.71º 0.89% 0.64% -
HSV(B) 35.71º 0.67% 0.96% -
XYZ 55.3 52.26 15.16 -
YUV 187.68 68.37 168.89 -
System Red Green Blue C M Y K H S L
Decimal 245 179 82 0 0.27 0.67 0.04 35.71 0.89 0.64
Hex F5 B3 52 0 1B 43 4 24 59 40
Octal 365 263 122 0 33 103 4 44 131 100
Binary 11110101 10110011 1010010 0 11011 1000011 100 100100 1011001 1000000

Color Harmonies of #F5B352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B352

Black with #F5B352

Text Example


Text Example

White with #F5B352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B352; }

 p { color: rgb(245,179,82); }

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

background-color css

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

 a { background-color: rgb(245,179,82); }

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

border-color css

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

 span { border-color: rgb(245,179,82); }

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