Html Css Color HEX #F28B41 Flamenco

📋 copy color: '#F28B41'

red 242 ◦ green 139 ◦ blue 65

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

Shades of Flamenco #F28B41

Tints of Flamenco #F28B41

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.17%

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

R = 54.26%
G = 31.17%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F28B41 (or 0xF28B41) is known color: Flamenco. HEX triplet: F2, 8B and 41. RGB value is (242,139,65). Sum of RGB (Red+Green+Blue) = 242+139+65=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28B41 is #0D74BE. Grayscale: #A1A1A1. Windows color (decimal): -881855 or 4295666. OLE color: 4295666.

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

Color convert

RGB 242 139 65 -
CMYK 0 0.43 0.73 0.05
HSL 25.08º 0.87% 0.6% -
HSV(B) 25.08º 0.73% 0.95% -
XYZ 46.8 37.72 9.82 -
YUV 161.36 73.62 185.52 -
System Red Green Blue C M Y K H S L
Decimal 242 139 65 0 0.43 0.73 0.05 25.08 0.87 0.6
Hex F2 8B 41 0 2B 49 5 19 57 3C
Octal 362 213 101 0 53 111 5 31 127 74
Binary 11110010 10001011 1000001 0 101011 1001001 101 11001 1010111 111100

Color Harmonies of #F28B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28B41

Black with #F28B41

Text Example


Text Example

White with #F28B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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