Html Css Color HEX #F28045 Flamenco

📋 copy color: '#F28045'

red 242 ◦ green 128 ◦ blue 69

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

Shades of Flamenco #F28045

Tints of Flamenco #F28045

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.16%

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

R = 55.13%
G = 29.16%
B = 15.72%

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

#F28045 (or 0xF28045) is known color: Flamenco. HEX triplet: F2, 80 and 45. RGB value is (242,128,69). Sum of RGB (Red+Green+Blue) = 242+128+69=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F28045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28045 is #0D7FBA. Grayscale: #9B9B9B. Windows color (decimal): -884667 or 4554994. OLE color: 4554994.

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

Color convert

RGB 242 128 69 -
CMYK 0 0.47 0.71 0.05
HSL 20.46º 0.87% 0.61% -
HSV(B) 20.46º 0.71% 0.95% -
XYZ 45.41 34.75 9.94 -
YUV 155.36 79.27 189.8 -
System Red Green Blue C M Y K H S L
Decimal 242 128 69 0 0.47 0.71 0.05 20.46 0.87 0.61
Hex F2 80 45 0 2F 47 5 14 57 3D
Octal 362 200 105 0 57 107 5 24 127 75
Binary 11110010 10000000 1000101 0 101111 1000111 101 10100 1010111 111101

Color Harmonies of #F28045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28045

Black with #F28045

Text Example


Text Example

White with #F28045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28045; }

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

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

background-color css

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

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

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

border-color css

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

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

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