Html Css Color HEX #F5813D Flamenco

📋 copy color: '#F5813D'

red 245 ◦ green 129 ◦ blue 61

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

Shades of Flamenco #F5813D

Tints of Flamenco #F5813D

RGB

 RED value IS 245 (96.09% from 255) = 56.32%

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

 BLUE value IS 61 (24.22% from 255) = 14.02%

R = 56.32%
G = 29.66%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5813D (or 0xF5813D) is known color: Flamenco. HEX triplet: F5, 81 and 3D. RGB value is (245,129,61). Sum of RGB (Red+Green+Blue) = 245+129+61=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F5813D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5813D is #0A7EC2. Grayscale: #9C9C9C. Windows color (decimal): -687811 or 4030965. OLE color: 4030965.

HSL color Cylindrical-coordinate representation of color #F5813D: hue angle of 22.17º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5813D is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 129 61 -
CMYK 0 0.47 0.75 0.04
HSL 22.17º 0.9% 0.6% -
HSV(B) 22.17º 0.75% 0.96% -
XYZ 46.35 35.45 8.81 -
YUV 155.93 74.43 191.53 -
System Red Green Blue C M Y K H S L
Decimal 245 129 61 0 0.47 0.75 0.04 22.17 0.9 0.6
Hex F5 81 3D 0 2F 4B 4 16 5A 3C
Octal 365 201 75 0 57 113 4 26 132 74
Binary 11110101 10000001 111101 0 101111 1001011 100 10110 1011010 111100

Color Harmonies of #F5813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5813D

Black with #F5813D

Text Example


Text Example

White with #F5813D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5813D; }

 p { color: rgb(245,129,61); }

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

background-color css

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

 a { background-color: rgb(245,129,61); }

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

border-color css

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

 span { border-color: rgb(245,129,61); }

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