Html Css Color HEX #F87E40 Flamenco

📋 copy color: '#F87E40'

red 248 ◦ green 126 ◦ blue 64

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

Shades of Flamenco #F87E40

Tints of Flamenco #F87E40

RGB

 RED value IS 248 (97.27% from 255) = 56.62%

 GREEN value IS 126 (49.61% from 255) = 28.77%

 BLUE value IS 64 (25.39% from 255) = 14.61%

R = 56.62%
G = 28.77%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F87E40 (or 0xF87E40) is known color: Flamenco. HEX triplet: F8, 7E and 40. RGB value is (248,126,64). Sum of RGB (Red+Green+Blue) = 248+126+64=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F87E40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87E40 is #0781BF. Grayscale: #9B9B9B. Windows color (decimal): -491968 or 4226808. OLE color: 4226808.

HSL color Cylindrical-coordinate representation of color #F87E40: hue angle of 20.22º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F87E40 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 126 64 -
CMYK 0 0.49 0.74 0.03
HSL 20.22º 0.93% 0.61% -
HSV(B) 20.22º 0.74% 0.97% -
XYZ 47.1 35.25 9.17 -
YUV 155.41 76.42 194.04 -
System Red Green Blue C M Y K H S L
Decimal 248 126 64 0 0.49 0.74 0.03 20.22 0.93 0.61
Hex F8 7E 40 0 31 4A 3 14 5D 3D
Octal 370 176 100 0 61 112 3 24 135 75
Binary 11111000 1111110 1000000 0 110001 1001010 11 10100 1011101 111101

Color Harmonies of #F87E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87E40

Black with #F87E40

Text Example


Text Example

White with #F87E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87E40; }

 p { color: rgb(248,126,64); }

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

background-color css

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

 a { background-color: rgb(248,126,64); }

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

border-color css

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

 span { border-color: rgb(248,126,64); }

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