Html Css Color HEX #F2A852 Casablanca

📋 copy color: '#F2A852'

red 242 ◦ green 168 ◦ blue 82

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

Shades of Casablanca #F2A852

Tints of Casablanca #F2A852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.67%

R = 49.19%
G = 34.15%
B = 16.67%

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

#F2A852 (or 0xF2A852) is known color: Casablanca. HEX triplet: F2, A8 and 52. RGB value is (242,168,82). Sum of RGB (Red+Green+Blue) = 242+168+82=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 82 (32.42% from 255 or 16.67% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A852 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A852 is #0D57AD. Grayscale: #B4B4B4. Windows color (decimal): -874414 or 5417202. OLE color: 5417202.

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

Color convert

RGB 242 168 82 -
CMYK 0 0.31 0.66 0.05
HSL 32.25º 0.86% 0.64% -
HSV(B) 32.25º 0.66% 0.95% -
XYZ 52.14 47.49 14.4 -
YUV 180.32 72.52 171.99 -
System Red Green Blue C M Y K H S L
Decimal 242 168 82 0 0.31 0.66 0.05 32.25 0.86 0.64
Hex F2 A8 52 0 1F 42 5 20 56 40
Octal 362 250 122 0 37 102 5 40 126 100
Binary 11110010 10101000 1010010 0 11111 1000010 101 100000 1010110 1000000

Color Harmonies of #F2A852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A852

Black with #F2A852

Text Example


Text Example

White with #F2A852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A852; }

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

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

background-color css

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

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

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

border-color css

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

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

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