Html Css Color HEX #F2A951 Casablanca

📋 copy color: '#F2A951'

red 242 ◦ green 169 ◦ blue 81

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

Shades of Casablanca #F2A951

Tints of Casablanca #F2A951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.46%

R = 49.19%
G = 34.35%
B = 16.46%

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

#F2A951 (or 0xF2A951) is known color: Casablanca. HEX triplet: F2, A9 and 51. RGB value is (242,169,81). Sum of RGB (Red+Green+Blue) = 242+169+81=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A951 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A951 is #0D56AE. Grayscale: #B5B5B5. Windows color (decimal): -874159 or 5351922. OLE color: 5351922.

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

Color convert

RGB 242 169 81 -
CMYK 0 0.30 0.67 0.05
HSL 32.8º 0.86% 0.63% -
HSV(B) 32.8º 0.67% 0.95% -
XYZ 52.29 47.85 14.26 -
YUV 180.8 71.68 171.66 -
System Red Green Blue C M Y K H S L
Decimal 242 169 81 0 0.30 0.67 0.05 32.8 0.86 0.63
Hex F2 A9 51 0 1E 43 5 21 56 3F
Octal 362 251 121 0 36 103 5 41 126 77
Binary 11110010 10101001 1010001 0 11110 1000011 101 100001 1010110 111111

Color Harmonies of #F2A951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A951

Black with #F2A951

Text Example


Text Example

White with #F2A951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A951; }

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

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

background-color css

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

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

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

border-color css

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

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

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