Html Css Color HEX #F2AD54 Casablanca

📋 copy color: '#F2AD54'

red 242 ◦ green 173 ◦ blue 84

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

Shades of Casablanca #F2AD54

Tints of Casablanca #F2AD54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.83%

R = 48.5%
G = 34.67%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F2AD54 (or 0xF2AD54) is known color: Casablanca. HEX triplet: F2, AD and 54. RGB value is (242,173,84). Sum of RGB (Red+Green+Blue) = 242+173+84=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AD54 is #0D52AB. Grayscale: #B7B7B7. Windows color (decimal): -873132 or 5549554. OLE color: 5549554.

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

Color convert

RGB 242 173 84 -
CMYK 0 0.29 0.65 0.05
HSL 33.8º 0.86% 0.64% -
HSV(B) 33.8º 0.65% 0.95% -
XYZ 53.16 49.4 15.12 -
YUV 183.49 71.86 169.74 -
System Red Green Blue C M Y K H S L
Decimal 242 173 84 0 0.29 0.65 0.05 33.8 0.86 0.64
Hex F2 AD 54 0 1D 41 5 22 56 40
Octal 362 255 124 0 35 101 5 42 126 100
Binary 11110010 10101101 1010100 0 11101 1000001 101 100010 1010110 1000000

Color Harmonies of #F2AD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AD54

Black with #F2AD54

Text Example


Text Example

White with #F2AD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AD54; }

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

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

background-color css

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

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

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

border-color css

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

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

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