Html Css Color HEX #F2B550 Casablanca

📋 copy color: '#F2B550'

red 242 ◦ green 181 ◦ blue 80

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

Shades of Casablanca #F2B550

Tints of Casablanca #F2B550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.98%

 BLUE value IS 80 (31.64% from 255) = 15.9%

R = 48.11%
G = 35.98%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2B550 (or 0xF2B550) is known color: Casablanca. HEX triplet: F2, B5 and 50. RGB value is (242,181,80). Sum of RGB (Red+Green+Blue) = 242+181+80=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B550 is #0D4AAF. Grayscale: #BCBCBC. Windows color (decimal): -871088 or 5289458. OLE color: 5289458.

HSL color Cylindrical-coordinate representation of color #F2B550: hue angle of 37.41º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2B550 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 181 80 -
CMYK 0 0.25 0.67 0.05
HSL 37.41º 0.86% 0.63% -
HSV(B) 37.41º 0.67% 0.95% -
XYZ 54.59 52.5 14.85 -
YUV 187.73 67.21 166.71 -
System Red Green Blue C M Y K H S L
Decimal 242 181 80 0 0.25 0.67 0.05 37.41 0.86 0.63
Hex F2 B5 50 0 19 43 5 25 56 3F
Octal 362 265 120 0 31 103 5 45 126 77
Binary 11110010 10110101 1010000 0 11001 1000011 101 100101 1010110 111111

Color Harmonies of #F2B550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B550

Black with #F2B550

Text Example


Text Example

White with #F2B550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B550; }

 p { color: rgb(242,181,80); }

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

background-color css

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

 a { background-color: rgb(242,181,80); }

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

border-color css

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

 span { border-color: rgb(242,181,80); }

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