Html Css Color HEX #F2AF55 Casablanca

📋 copy color: '#F2AF55'

red 242 ◦ green 175 ◦ blue 85

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

Shades of Casablanca #F2AF55

Tints of Casablanca #F2AF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.93%

R = 48.21%
G = 34.86%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F2AF55 (or 0xF2AF55) is known color: Casablanca. HEX triplet: F2, AF and 55. RGB value is (242,175,85). Sum of RGB (Red+Green+Blue) = 242+175+85=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF55 is #0D50AA. Grayscale: #B9B9B9. Windows color (decimal): -872619 or 5615602. OLE color: 5615602.

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

Color convert

RGB 242 175 85 -
CMYK 0 0.28 0.65 0.05
HSL 34.39º 0.86% 0.64% -
HSV(B) 34.39º 0.65% 0.95% -
XYZ 53.59 50.19 15.46 -
YUV 184.77 71.7 168.82 -
System Red Green Blue C M Y K H S L
Decimal 242 175 85 0 0.28 0.65 0.05 34.39 0.86 0.64
Hex F2 AF 55 0 1C 41 5 22 56 40
Octal 362 257 125 0 34 101 5 42 126 100
Binary 11110010 10101111 1010101 0 11100 1000001 101 100010 1010110 1000000

Color Harmonies of #F2AF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF55

Black with #F2AF55

Text Example


Text Example

White with #F2AF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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