Html Css Color HEX #F2A851 Casablanca

📋 copy color: '#F2A851'

red 242 ◦ green 168 ◦ blue 81

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

Shades of Casablanca #F2A851

Tints of Casablanca #F2A851

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.22%

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

R = 49.29%
G = 34.22%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2A851 (or 0xF2A851) is known color: Casablanca. HEX triplet: F2, A8 and 51. RGB value is (242,168,81). Sum of RGB (Red+Green+Blue) = 242+168+81=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 81 (32.03% from 255 or 16.50% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A851 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A851 is #0D57AE. Grayscale: #B4B4B4. Windows color (decimal): -874415 or 5351666. OLE color: 5351666.

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

Color convert

RGB 242 168 81 -
CMYK 0 0.31 0.67 0.05
HSL 32.42º 0.86% 0.63% -
HSV(B) 32.42º 0.67% 0.95% -
XYZ 52.11 47.48 14.2 -
YUV 180.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 242 168 81 0 0.31 0.67 0.05 32.42 0.86 0.63
Hex F2 A8 51 0 1F 43 5 20 56 3F
Octal 362 250 121 0 37 103 5 40 126 77
Binary 11110010 10101000 1010001 0 11111 1000011 101 100000 1010110 111111

Color Harmonies of #F2A851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A851

Black with #F2A851

Text Example


Text Example

White with #F2A851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A851; }

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

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

background-color css

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

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

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

border-color css

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

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

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