Html Css Color HEX #F2B35D Casablanca

📋 copy color: '#F2B35D'

red 242 ◦ green 179 ◦ blue 93

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

Shades of Casablanca #F2B35D

Tints of Casablanca #F2B35D

RGB

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

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

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

R = 47.08%
G = 34.82%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2B35D (or 0xF2B35D) is known color: Casablanca. HEX triplet: F2, B3 and 5D. RGB value is (242,179,93). Sum of RGB (Red+Green+Blue) = 242+179+93=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B35D is #0D4CA2. Grayscale: #BCBCBC. Windows color (decimal): -871587 or 6140914. OLE color: 6140914.

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

Color convert

RGB 242 179 93 -
CMYK 0 0.26 0.62 0.05
HSL 34.63º 0.85% 0.66% -
HSV(B) 34.63º 0.62% 0.95% -
XYZ 54.71 51.91 17.49 -
YUV 188.03 74.37 166.49 -
System Red Green Blue C M Y K H S L
Decimal 242 179 93 0 0.26 0.62 0.05 34.63 0.85 0.66
Hex F2 B3 5D 0 1A 3E 5 23 55 42
Octal 362 263 135 0 32 76 5 43 125 102
Binary 11110010 10110011 1011101 0 11010 111110 101 100011 1010101 1000010

Color Harmonies of #F2B35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B35D

Black with #F2B35D

Text Example


Text Example

White with #F2B35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B35D; }

 p { color: rgb(242,179,93); }

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

background-color css

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

 a { background-color: rgb(242,179,93); }

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

border-color css

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

 span { border-color: rgb(242,179,93); }

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