Html Css Color HEX #F2AB4A Casablanca

📋 copy color: '#F2AB4A'

red 242 ◦ green 171 ◦ blue 74

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

Shades of Casablanca #F2AB4A

Tints of Casablanca #F2AB4A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.11%

 BLUE value IS 74 (29.3% from 255) = 15.2%

R = 49.69%
G = 35.11%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2AB4A (or 0xF2AB4A) is known color: Casablanca. HEX triplet: F2, AB and 4A. RGB value is (242,171,74). Sum of RGB (Red+Green+Blue) = 242+171+74=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB4A is #0D54B5. Grayscale: #B5B5B5. Windows color (decimal): -873654 or 4893682. OLE color: 4893682.

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

Color convert

RGB 242 171 74 -
CMYK 0 0.29 0.69 0.05
HSL 34.64º 0.87% 0.62% -
HSV(B) 34.64º 0.69% 0.95% -
XYZ 52.42 48.5 13.08 -
YUV 181.17 67.52 171.39 -
System Red Green Blue C M Y K H S L
Decimal 242 171 74 0 0.29 0.69 0.05 34.64 0.87 0.62
Hex F2 AB 4A 0 1D 45 5 23 57 3E
Octal 362 253 112 0 35 105 5 43 127 76
Binary 11110010 10101011 1001010 0 11101 1000101 101 100011 1010111 111110

Color Harmonies of #F2AB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB4A

Black with #F2AB4A

Text Example


Text Example

White with #F2AB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB4A; }

 p { color: rgb(242,171,74); }

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

background-color css

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

 a { background-color: rgb(242,171,74); }

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

border-color css

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

 span { border-color: rgb(242,171,74); }

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