Html Css Color HEX #F5823D Flamenco

📋 copy color: '#F5823D'

red 245 ◦ green 130 ◦ blue 61

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

Shades of Flamenco #F5823D

Tints of Flamenco #F5823D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.82%

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

R = 56.19%
G = 29.82%
B = 13.99%

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

#F5823D (or 0xF5823D) is known color: Flamenco. HEX triplet: F5, 82 and 3D. RGB value is (245,130,61). Sum of RGB (Red+Green+Blue) = 245+130+61=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F5823D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5823D is #0A7DC2. Grayscale: #9C9C9C. Windows color (decimal): -687555 or 4031221. OLE color: 4031221.

HSL color Cylindrical-coordinate representation of color #F5823D: hue angle of 22.5º 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 #F5823D is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 130 61 -
CMYK 0 0.47 0.75 0.04
HSL 22.5º 0.9% 0.6% -
HSV(B) 22.5º 0.75% 0.96% -
XYZ 46.48 35.71 8.86 -
YUV 156.52 74.1 191.11 -
System Red Green Blue C M Y K H S L
Decimal 245 130 61 0 0.47 0.75 0.04 22.5 0.9 0.6
Hex F5 82 3D 0 2F 4B 4 16 5A 3C
Octal 365 202 75 0 57 113 4 26 132 74
Binary 11110101 10000010 111101 0 101111 1001011 100 10110 1011010 111100

Color Harmonies of #F5823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5823D

Black with #F5823D

Text Example


Text Example

White with #F5823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5823D; }

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

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

background-color css

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

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

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

border-color css

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

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

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