Html Css Color HEX #F84F0E International Orange

📋 copy color: '#F84F0E'

red 248 ◦ green 79 ◦ blue 14

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

Shades of International Orange #F84F0E

Tints of International Orange #F84F0E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.17%

 BLUE value IS 14 (5.86% from 255) = 4.11%

R = 72.73%
G = 23.17%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F84F0E (or 0xF84F0E) is known color: International Orange. HEX triplet: F8, 4F and 0E. RGB value is (248,79,14). Sum of RGB (Red+Green+Blue) = 248+79+14=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F84F0E is #07B0F1. Grayscale: #7A7A7A. Windows color (decimal): -504050 or 937976. OLE color: 937976.

HSL color Cylindrical-coordinate representation of color #F84F0E: hue angle of 16.67º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F84F0E is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 79 14 -
CMYK 0 0.68 0.94 0.03
HSL 16.67º 0.94% 0.51% -
HSV(B) 16.67º 0.94% 0.97% -
XYZ 41.59 25.58 3.16 -
YUV 122.12 66.99 217.79 -
System Red Green Blue C M Y K H S L
Decimal 248 79 14 0 0.68 0.94 0.03 16.67 0.94 0.51
Hex F8 4F E 0 44 5E 3 11 5E 33
Octal 370 117 16 0 104 136 3 21 136 63
Binary 11111000 1001111 1110 0 1000100 1011110 11 10001 1011110 110011

Color Harmonies of #F84F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84F0E

Black with #F84F0E

Text Example


Text Example

White with #F84F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84F0E; }

 p { color: rgb(248,79,14); }

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

background-color css

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

 a { background-color: rgb(248,79,14); }

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

border-color css

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

 span { border-color: rgb(248,79,14); }

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