Html Css Color HEX #F2AF52 Casablanca

📋 copy color: '#F2AF52'

red 242 ◦ green 175 ◦ blue 82

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

Shades of Casablanca #F2AF52

Tints of Casablanca #F2AF52

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.07%

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

R = 48.5%
G = 35.07%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F2AF52 (or 0xF2AF52) is known color: Casablanca. HEX triplet: F2, AF and 52. RGB value is (242,175,82). Sum of RGB (Red+Green+Blue) = 242+175+82=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF52 is #0D50AD. Grayscale: #B8B8B8. Windows color (decimal): -872622 or 5418994. OLE color: 5418994.

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

Color convert

RGB 242 175 82 -
CMYK 0 0.28 0.66 0.05
HSL 34.88º 0.86% 0.64% -
HSV(B) 34.88º 0.66% 0.95% -
XYZ 53.47 50.15 14.84 -
YUV 184.43 70.2 169.06 -
System Red Green Blue C M Y K H S L
Decimal 242 175 82 0 0.28 0.66 0.05 34.88 0.86 0.64
Hex F2 AF 52 0 1C 42 5 23 56 40
Octal 362 257 122 0 34 102 5 43 126 100
Binary 11110010 10101111 1010010 0 11100 1000010 101 100011 1010110 1000000

Color Harmonies of #F2AF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF52

Black with #F2AF52

Text Example


Text Example

White with #F2AF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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