Html Css Color HEX #F2813C Flamenco

📋 copy color: '#F2813C'

red 242 ◦ green 129 ◦ blue 60

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

Shades of Flamenco #F2813C

Tints of Flamenco #F2813C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.93%

 BLUE value IS 60 (23.83% from 255) = 13.92%

R = 56.15%
G = 29.93%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2813C (or 0xF2813C) is known color: Flamenco. HEX triplet: F2, 81 and 3C. RGB value is (242,129,60). Sum of RGB (Red+Green+Blue) = 242+129+60=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F2813C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2813C is #0D7EC3. Grayscale: #9B9B9B. Windows color (decimal): -884420 or 3965426. OLE color: 3965426.

HSL color Cylindrical-coordinate representation of color #F2813C: hue angle of 22.75º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2813C is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 129 60 -
CMYK 0 0.47 0.75 0.05
HSL 22.75º 0.88% 0.59% -
HSV(B) 22.75º 0.75% 0.95% -
XYZ 45.28 34.9 8.63 -
YUV 154.92 74.44 190.11 -
System Red Green Blue C M Y K H S L
Decimal 242 129 60 0 0.47 0.75 0.05 22.75 0.88 0.59
Hex F2 81 3C 0 2F 4B 5 17 58 3B
Octal 362 201 74 0 57 113 5 27 130 73
Binary 11110010 10000001 111100 0 101111 1001011 101 10111 1011000 111011

Color Harmonies of #F2813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2813C

Black with #F2813C

Text Example


Text Example

White with #F2813C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2813C; }

 p { color: rgb(242,129,60); }

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

background-color css

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

 a { background-color: rgb(242,129,60); }

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

border-color css

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

 span { border-color: rgb(242,129,60); }

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