Html Css Color HEX #F87F3C Flamenco

📋 copy color: '#F87F3C'

red 248 ◦ green 127 ◦ blue 60

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

Shades of Flamenco #F87F3C

Tints of Flamenco #F87F3C

RGB

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

 GREEN value IS 127 (50% from 255) = 29.2%

 BLUE value IS 60 (23.83% from 255) = 13.79%

R = 57.01%
G = 29.2%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F87F3C (or 0xF87F3C) is known color: Flamenco. HEX triplet: F8, 7F and 3C. RGB value is (248,127,60). Sum of RGB (Red+Green+Blue) = 248+127+60=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87F3C is #0780C3. Grayscale: #9B9B9B. Windows color (decimal): -491716 or 3964920. OLE color: 3964920.

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

Color convert

RGB 248 127 60 -
CMYK 0 0.49 0.76 0.03
HSL 21.38º 0.93% 0.6% -
HSV(B) 21.38º 0.76% 0.97% -
XYZ 47.12 35.46 8.64 -
YUV 155.54 74.09 193.95 -
System Red Green Blue C M Y K H S L
Decimal 248 127 60 0 0.49 0.76 0.03 21.38 0.93 0.6
Hex F8 7F 3C 0 31 4C 3 15 5D 3C
Octal 370 177 74 0 61 114 3 25 135 74
Binary 11111000 1111111 111100 0 110001 1001100 11 10101 1011101 111100

Color Harmonies of #F87F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87F3C

Black with #F87F3C

Text Example


Text Example

White with #F87F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87F3C; }

 p { color: rgb(248,127,60); }

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

background-color css

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

 a { background-color: rgb(248,127,60); }

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

border-color css

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

 span { border-color: rgb(248,127,60); }

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