Html Css Color HEX #F3B358 Casablanca

📋 copy color: '#F3B358'

red 243 ◦ green 179 ◦ blue 88

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

Shades of Casablanca #F3B358

Tints of Casablanca #F3B358

RGB

 RED value IS 243 (95.31% from 255) = 47.65%

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

 BLUE value IS 88 (34.77% from 255) = 17.25%

R = 47.65%
G = 35.1%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F3B358 (or 0xF3B358) is known color: Casablanca. HEX triplet: F3, B3 and 58. RGB value is (243,179,88). Sum of RGB (Red+Green+Blue) = 243+179+88=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B358 is #0C4CA7. Grayscale: #BCBCBC. Windows color (decimal): -806056 or 5813235. OLE color: 5813235.

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

Color convert

RGB 243 179 88 -
CMYK 0 0.26 0.64 0.05
HSL 35.23º 0.87% 0.65% -
HSV(B) 35.23º 0.64% 0.95% -
XYZ 54.84 52 16.38 -
YUV 187.76 71.7 167.4 -
System Red Green Blue C M Y K H S L
Decimal 243 179 88 0 0.26 0.64 0.05 35.23 0.87 0.65
Hex F3 B3 58 0 1A 40 5 23 57 41
Octal 363 263 130 0 32 100 5 43 127 101
Binary 11110011 10110011 1011000 0 11010 1000000 101 100011 1010111 1000001

Color Harmonies of #F3B358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3B358

Black with #F3B358

Text Example


Text Example

White with #F3B358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3B358; }

 p { color: rgb(243,179,88); }

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

background-color css

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

 a { background-color: rgb(243,179,88); }

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

border-color css

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

 span { border-color: rgb(243,179,88); }

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