Html Css Color HEX #F28745 Flamenco

📋 copy color: '#F28745'

red 242 ◦ green 135 ◦ blue 69

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

Shades of Flamenco #F28745

Tints of Flamenco #F28745

RGB

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

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

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

R = 54.26%
G = 30.27%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F28745 (or 0xF28745) is known color: Flamenco. HEX triplet: F2, 87 and 45. RGB value is (242,135,69). Sum of RGB (Red+Green+Blue) = 242+135+69=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 69 (27.34% from 255 or 15.47% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F28745 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28745 is #0D78BA. Grayscale: #9F9F9F. Windows color (decimal): -882875 or 4556786. OLE color: 4556786.

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

Color convert

RGB 242 135 69 -
CMYK 0 0.44 0.71 0.05
HSL 22.89º 0.87% 0.61% -
HSV(B) 22.89º 0.71% 0.95% -
XYZ 46.36 36.63 10.26 -
YUV 159.47 76.95 186.87 -
System Red Green Blue C M Y K H S L
Decimal 242 135 69 0 0.44 0.71 0.05 22.89 0.87 0.61
Hex F2 87 45 0 2C 47 5 17 57 3D
Octal 362 207 105 0 54 107 5 27 127 75
Binary 11110010 10000111 1000101 0 101100 1000111 101 10111 1010111 111101

Color Harmonies of #F28745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28745

Black with #F28745

Text Example


Text Example

White with #F28745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28745; }

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

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

background-color css

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

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

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

border-color css

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

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

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