Html Css Color HEX #F28945 Flamenco

📋 copy color: '#F28945'

red 242 ◦ green 137 ◦ blue 69

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

Shades of Flamenco #F28945

Tints of Flamenco #F28945

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.58%

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

R = 54.02%
G = 30.58%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F28945 (or 0xF28945) is known color: Flamenco. HEX triplet: F2, 89 and 45. RGB value is (242,137,69). Sum of RGB (Red+Green+Blue) = 242+137+69=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F28945 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28945 is #0D76BA. Grayscale: #A1A1A1. Windows color (decimal): -882363 or 4557298. OLE color: 4557298.

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

Color convert

RGB 242 137 69 -
CMYK 0 0.43 0.71 0.05
HSL 23.58º 0.87% 0.61% -
HSV(B) 23.58º 0.71% 0.95% -
XYZ 46.64 37.2 10.35 -
YUV 160.64 76.29 186.03 -
System Red Green Blue C M Y K H S L
Decimal 242 137 69 0 0.43 0.71 0.05 23.58 0.87 0.61
Hex F2 89 45 0 2B 47 5 18 57 3D
Octal 362 211 105 0 53 107 5 30 127 75
Binary 11110010 10001001 1000101 0 101011 1000111 101 11000 1010111 111101

Color Harmonies of #F28945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28945

Black with #F28945

Text Example


Text Example

White with #F28945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28945; }

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

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

background-color css

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

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

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

border-color css

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

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

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