Html Css Color HEX #F8833F Flamenco

📋 copy color: '#F8833F'

red 248 ◦ green 131 ◦ blue 63

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

Shades of Flamenco #F8833F

Tints of Flamenco #F8833F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.64%

 BLUE value IS 63 (25% from 255) = 14.25%

R = 56.11%
G = 29.64%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8833F (or 0xF8833F) is known color: Flamenco. HEX triplet: F8, 83 and 3F. RGB value is (248,131,63). Sum of RGB (Red+Green+Blue) = 248+131+63=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F8833F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8833F is #077CC0. Grayscale: #9E9E9E. Windows color (decimal): -490689 or 4162552. OLE color: 4162552.

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

Color convert

RGB 248 131 63 -
CMYK 0 0.47 0.75 0.03
HSL 22.05º 0.93% 0.61% -
HSV(B) 22.05º 0.75% 0.97% -
XYZ 47.72 36.55 9.24 -
YUV 158.23 74.26 192.03 -
System Red Green Blue C M Y K H S L
Decimal 248 131 63 0 0.47 0.75 0.03 22.05 0.93 0.61
Hex F8 83 3F 0 2F 4B 3 16 5D 3D
Octal 370 203 77 0 57 113 3 26 135 75
Binary 11111000 10000011 111111 0 101111 1001011 11 10110 1011101 111101

Color Harmonies of #F8833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8833F

Black with #F8833F

Text Example


Text Example

White with #F8833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8833F; }

 p { color: rgb(248,131,63); }

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

background-color css

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

 a { background-color: rgb(248,131,63); }

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

border-color css

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

 span { border-color: rgb(248,131,63); }

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