Html Css Color HEX #F3823D Flamenco

📋 copy color: '#F3823D'

red 243 ◦ green 130 ◦ blue 61

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

Shades of Flamenco #F3823D

Tints of Flamenco #F3823D

RGB

 RED value IS 243 (95.31% from 255) = 55.99%

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

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

R = 55.99%
G = 29.95%
B = 14.06%

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

#F3823D (or 0xF3823D) is known color: Flamenco. HEX triplet: F3, 82 and 3D. RGB value is (243,130,61). Sum of RGB (Red+Green+Blue) = 243+130+61=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F3823D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3823D is #0C7DC2. Grayscale: #9C9C9C. Windows color (decimal): -818627 or 4031219. OLE color: 4031219.

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

Color convert

RGB 243 130 61 -
CMYK 0 0.47 0.75 0.05
HSL 22.75º 0.88% 0.6% -
HSV(B) 22.75º 0.75% 0.95% -
XYZ 45.79 35.36 8.83 -
YUV 155.92 74.44 190.11 -
System Red Green Blue C M Y K H S L
Decimal 243 130 61 0 0.47 0.75 0.05 22.75 0.88 0.6
Hex F3 82 3D 0 2F 4B 5 17 58 3C
Octal 363 202 75 0 57 113 5 27 130 74
Binary 11110011 10000010 111101 0 101111 1001011 101 10111 1011000 111100

Color Harmonies of #F3823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3823D

Black with #F3823D

Text Example


Text Example

White with #F3823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3823D; }

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

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

background-color css

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

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

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

border-color css

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

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

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