Html Css Color HEX #F38145 Flamenco

📋 copy color: '#F38145'

red 243 ◦ green 129 ◦ blue 69

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

Shades of Flamenco #F38145

Tints of Flamenco #F38145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.65%

R = 55.1%
G = 29.25%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F38145 (or 0xF38145) is known color: Flamenco. HEX triplet: F3, 81 and 45. RGB value is (243,129,69). Sum of RGB (Red+Green+Blue) = 243+129+69=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F38145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38145 is #0C7EBA. Grayscale: #9C9C9C. Windows color (decimal): -818875 or 4555251. OLE color: 4555251.

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

Color convert

RGB 243 129 69 -
CMYK 0 0.47 0.72 0.05
HSL 20.69º 0.88% 0.61% -
HSV(B) 20.69º 0.72% 0.95% -
XYZ 45.89 35.18 10 -
YUV 156.25 78.77 189.88 -
System Red Green Blue C M Y K H S L
Decimal 243 129 69 0 0.47 0.72 0.05 20.69 0.88 0.61
Hex F3 81 45 0 2F 48 5 15 58 3D
Octal 363 201 105 0 57 110 5 25 130 75
Binary 11110011 10000001 1000101 0 101111 1001000 101 10101 1011000 111101

Color Harmonies of #F38145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38145

Black with #F38145

Text Example


Text Example

White with #F38145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38145; }

 p { color: rgb(243,129,69); }

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

background-color css

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

 a { background-color: rgb(243,129,69); }

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

border-color css

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

 span { border-color: rgb(243,129,69); }

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