Html Css Color HEX #F2A950 Casablanca

📋 copy color: '#F2A950'

red 242 ◦ green 169 ◦ blue 80

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

Shades of Casablanca #F2A950

Tints of Casablanca #F2A950

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.42%

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

R = 49.29%
G = 34.42%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2A950 (or 0xF2A950) is known color: Casablanca. HEX triplet: F2, A9 and 50. RGB value is (242,169,80). Sum of RGB (Red+Green+Blue) = 242+169+80=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A950 is #0D56AF. Grayscale: #B5B5B5. Windows color (decimal): -874160 or 5286386. OLE color: 5286386.

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

Color convert

RGB 242 169 80 -
CMYK 0 0.30 0.67 0.05
HSL 32.96º 0.86% 0.63% -
HSV(B) 32.96º 0.67% 0.95% -
XYZ 52.25 47.83 14.07 -
YUV 180.68 71.18 171.74 -
System Red Green Blue C M Y K H S L
Decimal 242 169 80 0 0.30 0.67 0.05 32.96 0.86 0.63
Hex F2 A9 50 0 1E 43 5 21 56 3F
Octal 362 251 120 0 36 103 5 41 126 77
Binary 11110010 10101001 1010000 0 11110 1000011 101 100001 1010110 111111

Color Harmonies of #F2A950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A950

Black with #F2A950

Text Example


Text Example

White with #F2A950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A950; }

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

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

background-color css

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

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

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

border-color css

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

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

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