Html Css Color HEX #F28145 Flamenco

📋 copy color: '#F28145'

red 242 ◦ green 129 ◦ blue 69

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

Shades of Flamenco #F28145

Tints of Flamenco #F28145

RGB

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

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

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

R = 55%
G = 29.32%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F28145 (or 0xF28145) is known color: Flamenco. HEX triplet: F2, 81 and 45. RGB value is (242,129,69). Sum of RGB (Red+Green+Blue) = 242+129+69=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 69 (27.34% from 255 or 15.68% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F28145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28145 is #0D7EBA. Grayscale: #9C9C9C. Windows color (decimal): -884411 or 4555250. OLE color: 4555250.

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

Color convert

RGB 242 129 69 -
CMYK 0 0.47 0.71 0.05
HSL 20.81º 0.87% 0.61% -
HSV(B) 20.81º 0.71% 0.95% -
XYZ 45.54 35.01 9.99 -
YUV 155.95 78.94 189.38 -
System Red Green Blue C M Y K H S L
Decimal 242 129 69 0 0.47 0.71 0.05 20.81 0.87 0.61
Hex F2 81 45 0 2F 47 5 15 57 3D
Octal 362 201 105 0 57 107 5 25 127 75
Binary 11110010 10000001 1000101 0 101111 1000111 101 10101 1010111 111101

Color Harmonies of #F28145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28145

Black with #F28145

Text Example


Text Example

White with #F28145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28145; }

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

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

background-color css

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

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

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

border-color css

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

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

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