Html Css Color HEX #F28741 Flamenco

📋 copy color: '#F28741'

red 242 ◦ green 135 ◦ blue 65

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

Shades of Flamenco #F28741

Tints of Flamenco #F28741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.71%

R = 54.75%
G = 30.54%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F28741 (or 0xF28741) is known color: Flamenco. HEX triplet: F2, 87 and 41. RGB value is (242,135,65). Sum of RGB (Red+Green+Blue) = 242+135+65=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F28741 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28741 is #0D78BE. Grayscale: #9F9F9F. Windows color (decimal): -882879 or 4294642. OLE color: 4294642.

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

Color convert

RGB 242 135 65 -
CMYK 0 0.44 0.73 0.05
HSL 23.73º 0.87% 0.6% -
HSV(B) 23.73º 0.73% 0.95% -
XYZ 46.24 36.59 9.63 -
YUV 159.01 74.95 187.19 -
System Red Green Blue C M Y K H S L
Decimal 242 135 65 0 0.44 0.73 0.05 23.73 0.87 0.6
Hex F2 87 41 0 2C 49 5 18 57 3C
Octal 362 207 101 0 54 111 5 30 127 74
Binary 11110010 10000111 1000001 0 101100 1001001 101 11000 1010111 111100

Color Harmonies of #F28741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28741

Black with #F28741

Text Example


Text Example

White with #F28741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28741; }

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

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

background-color css

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

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

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

border-color css

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

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

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