Html Css Color HEX #F2AD51 Casablanca

📋 copy color: '#F2AD51'

red 242 ◦ green 173 ◦ blue 81

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

Shades of Casablanca #F2AD51

Tints of Casablanca #F2AD51

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.88%

 BLUE value IS 81 (32.03% from 255) = 16.33%

R = 48.79%
G = 34.88%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2AD51 (or 0xF2AD51) is known color: Casablanca. HEX triplet: F2, AD and 51. RGB value is (242,173,81). Sum of RGB (Red+Green+Blue) = 242+173+81=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 81 (32.03% from 255 or 16.33% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AD51 is #0D52AE. Grayscale: #B7B7B7. Windows color (decimal): -873135 or 5352946. OLE color: 5352946.

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

Color convert

RGB 242 173 81 -
CMYK 0 0.29 0.67 0.05
HSL 34.29º 0.86% 0.63% -
HSV(B) 34.29º 0.67% 0.95% -
XYZ 53.05 49.36 14.52 -
YUV 183.14 70.36 169.98 -
System Red Green Blue C M Y K H S L
Decimal 242 173 81 0 0.29 0.67 0.05 34.29 0.86 0.63
Hex F2 AD 51 0 1D 43 5 22 56 3F
Octal 362 255 121 0 35 103 5 42 126 77
Binary 11110010 10101101 1010001 0 11101 1000011 101 100010 1010110 111111

Color Harmonies of #F2AD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AD51

Black with #F2AD51

Text Example


Text Example

White with #F2AD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AD51; }

 p { color: rgb(242,173,81); }

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

background-color css

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

 a { background-color: rgb(242,173,81); }

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

border-color css

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

 span { border-color: rgb(242,173,81); }

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