Html Css Color HEX #F2A853 Casablanca

📋 copy color: '#F2A853'

red 242 ◦ green 168 ◦ blue 83

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

Shades of Casablanca #F2A853

Tints of Casablanca #F2A853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.84%

R = 49.09%
G = 34.08%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F2A853 (or 0xF2A853) is known color: Casablanca. HEX triplet: F2, A8 and 53. RGB value is (242,168,83). Sum of RGB (Red+Green+Blue) = 242+168+83=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 83 (32.81% from 255 or 16.84% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A853 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A853 is #0D57AC. Grayscale: #B4B4B4. Windows color (decimal): -874413 or 5482738. OLE color: 5482738.

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

Color convert

RGB 242 168 83 -
CMYK 0 0.31 0.66 0.05
HSL 32.08º 0.86% 0.64% -
HSV(B) 32.08º 0.66% 0.95% -
XYZ 52.18 47.51 14.6 -
YUV 180.44 73.02 171.91 -
System Red Green Blue C M Y K H S L
Decimal 242 168 83 0 0.31 0.66 0.05 32.08 0.86 0.64
Hex F2 A8 53 0 1F 42 5 20 56 40
Octal 362 250 123 0 37 102 5 40 126 100
Binary 11110010 10101000 1010011 0 11111 1000010 101 100000 1010110 1000000

Color Harmonies of #F2A853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A853

Black with #F2A853

Text Example


Text Example

White with #F2A853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A853; }

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

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

background-color css

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

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

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

border-color css

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

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

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