Html Css Color HEX #F2AF59 Casablanca

📋 copy color: '#F2AF59'

red 242 ◦ green 175 ◦ blue 89

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

Shades of Casablanca #F2AF59

Tints of Casablanca #F2AF59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.59%

R = 47.83%
G = 34.58%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2AF59 (or 0xF2AF59) is known color: Casablanca. HEX triplet: F2, AF and 59. RGB value is (242,175,89). Sum of RGB (Red+Green+Blue) = 242+175+89=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 89 (35.16% from 255 or 17.59% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF59 is #0D50A6. Grayscale: #B9B9B9. Windows color (decimal): -872615 or 5877746. OLE color: 5877746.

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

Color convert

RGB 242 175 89 -
CMYK 0 0.28 0.63 0.05
HSL 33.73º 0.85% 0.65% -
HSV(B) 33.73º 0.63% 0.95% -
XYZ 53.75 50.26 16.32 -
YUV 185.23 73.7 168.49 -
System Red Green Blue C M Y K H S L
Decimal 242 175 89 0 0.28 0.63 0.05 33.73 0.85 0.65
Hex F2 AF 59 0 1C 3F 5 22 55 41
Octal 362 257 131 0 34 77 5 42 125 101
Binary 11110010 10101111 1011001 0 11100 111111 101 100010 1010101 1000001

Color Harmonies of #F2AF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF59

Black with #F2AF59

Text Example


Text Example

White with #F2AF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF59; }

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

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

background-color css

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

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

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

border-color css

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

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

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