Html Css Color HEX #F28744 Flamenco

📋 copy color: '#F28744'

red 242 ◦ green 135 ◦ blue 68

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

Shades of Flamenco #F28744

Tints of Flamenco #F28744

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.34%

 BLUE value IS 68 (26.95% from 255) = 15.28%

R = 54.38%
G = 30.34%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F28744 (or 0xF28744) is known color: Flamenco. HEX triplet: F2, 87 and 44. RGB value is (242,135,68). Sum of RGB (Red+Green+Blue) = 242+135+68=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 68 (26.95% from 255 or 15.28% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F28744 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28744 is #0D78BB. Grayscale: #9F9F9F. Windows color (decimal): -882876 or 4491250. OLE color: 4491250.

HSL color Cylindrical-coordinate representation of color #F28744: hue angle of 23.1º degrees, saturation: 0.87, 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 #F28744 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 135 68 -
CMYK 0 0.44 0.72 0.05
HSL 23.1º 0.87% 0.61% -
HSV(B) 23.1º 0.72% 0.95% -
XYZ 46.33 36.62 10.1 -
YUV 159.36 76.45 186.95 -
System Red Green Blue C M Y K H S L
Decimal 242 135 68 0 0.44 0.72 0.05 23.1 0.87 0.61
Hex F2 87 44 0 2C 48 5 17 57 3D
Octal 362 207 104 0 54 110 5 27 127 75
Binary 11110010 10000111 1000100 0 101100 1001000 101 10111 1010111 111101

Color Harmonies of #F28744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28744

Black with #F28744

Text Example


Text Example

White with #F28744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28744; }

 p { color: rgb(242,135,68); }

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

background-color css

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

 a { background-color: rgb(242,135,68); }

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

border-color css

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

 span { border-color: rgb(242,135,68); }

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