Html Css Color HEX #F2B650 Casablanca

📋 copy color: '#F2B650'

red 242 ◦ green 182 ◦ blue 80

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

Shades of Casablanca #F2B650

Tints of Casablanca #F2B650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.11%

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

R = 48.02%
G = 36.11%
B = 15.87%

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

#F2B650 (or 0xF2B650) is known color: Casablanca. HEX triplet: F2, B6 and 50. RGB value is (242,182,80). Sum of RGB (Red+Green+Blue) = 242+182+80=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B650 is #0D49AF. Grayscale: #BCBCBC. Windows color (decimal): -870832 or 5289714. OLE color: 5289714.

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

Color convert

RGB 242 182 80 -
CMYK 0 0.25 0.67 0.05
HSL 37.78º 0.86% 0.63% -
HSV(B) 37.78º 0.67% 0.95% -
XYZ 54.79 52.91 14.91 -
YUV 188.31 66.88 166.29 -
System Red Green Blue C M Y K H S L
Decimal 242 182 80 0 0.25 0.67 0.05 37.78 0.86 0.63
Hex F2 B6 50 0 19 43 5 26 56 3F
Octal 362 266 120 0 31 103 5 46 126 77
Binary 11110010 10110110 1010000 0 11001 1000011 101 100110 1010110 111111

Color Harmonies of #F2B650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B650

Black with #F2B650

Text Example


Text Example

White with #F2B650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B650; }

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

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

background-color css

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

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

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

border-color css

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

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

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