Html Css Color HEX #F2AF58 Casablanca

📋 copy color: '#F2AF58'

red 242 ◦ green 175 ◦ blue 88

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

Shades of Casablanca #F2AF58

Tints of Casablanca #F2AF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.43%

R = 47.92%
G = 34.65%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2AF58 (or 0xF2AF58) is known color: Casablanca. HEX triplet: F2, AF and 58. RGB value is (242,175,88). Sum of RGB (Red+Green+Blue) = 242+175+88=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF58 is #0D50A7. Grayscale: #B9B9B9. Windows color (decimal): -872616 or 5812210. OLE color: 5812210.

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

Color convert

RGB 242 175 88 -
CMYK 0 0.28 0.64 0.05
HSL 33.9º 0.86% 0.65% -
HSV(B) 33.9º 0.64% 0.95% -
XYZ 53.71 50.24 16.1 -
YUV 185.12 73.2 168.57 -
System Red Green Blue C M Y K H S L
Decimal 242 175 88 0 0.28 0.64 0.05 33.9 0.86 0.65
Hex F2 AF 58 0 1C 40 5 22 56 41
Octal 362 257 130 0 34 100 5 42 126 101
Binary 11110010 10101111 1011000 0 11100 1000000 101 100010 1010110 1000001

Color Harmonies of #F2AF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF58

Black with #F2AF58

Text Example


Text Example

White with #F2AF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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