Html Css Color HEX #F2AF4E Casablanca

📋 copy color: '#F2AF4E'

red 242 ◦ green 175 ◦ blue 78

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

Shades of Casablanca #F2AF4E

Tints of Casablanca #F2AF4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.76%

R = 48.89%
G = 35.35%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2AF4E (or 0xF2AF4E) is known color: Casablanca. HEX triplet: F2, AF and 4E. RGB value is (242,175,78). Sum of RGB (Red+Green+Blue) = 242+175+78=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF4E is #0D50B1. Grayscale: #B8B8B8. Windows color (decimal): -872626 or 5156850. OLE color: 5156850.

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

Color convert

RGB 242 175 78 -
CMYK 0 0.28 0.68 0.05
HSL 35.49º 0.86% 0.63% -
HSV(B) 35.49º 0.68% 0.95% -
XYZ 53.32 50.09 14.07 -
YUV 183.98 68.2 169.39 -
System Red Green Blue C M Y K H S L
Decimal 242 175 78 0 0.28 0.68 0.05 35.49 0.86 0.63
Hex F2 AF 4E 0 1C 44 5 23 56 3F
Octal 362 257 116 0 34 104 5 43 126 77
Binary 11110010 10101111 1001110 0 11100 1000100 101 100011 1010110 111111

Color Harmonies of #F2AF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF4E

Black with #F2AF4E

Text Example


Text Example

White with #F2AF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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