Html Css Color HEX #F84F0C International Orange

📋 copy color: '#F84F0C'

red 248 ◦ green 79 ◦ blue 12

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

Shades of International Orange #F84F0C

Tints of International Orange #F84F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.54%

R = 73.16%
G = 23.3%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F84F0C (or 0xF84F0C) is known color: International Orange. HEX triplet: F8, 4F and 0C. RGB value is (248,79,12). Sum of RGB (Red+Green+Blue) = 248+79+12=339 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.16% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F84F0C is #07B0F3. Grayscale: #7A7A7A. Windows color (decimal): -504052 or 806904. OLE color: 806904.

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

Color convert

RGB 248 79 12 -
CMYK 0 0.68 0.95 0.03
HSL 17.03º 0.94% 0.51% -
HSV(B) 17.03º 0.95% 0.97% -
XYZ 41.57 25.57 3.09 -
YUV 121.89 65.99 217.95 -
System Red Green Blue C M Y K H S L
Decimal 248 79 12 0 0.68 0.95 0.03 17.03 0.94 0.51
Hex F8 4F C 0 44 5F 3 11 5E 33
Octal 370 117 14 0 104 137 3 21 136 63
Binary 11111000 1001111 1100 0 1000100 1011111 11 10001 1011110 110011

Color Harmonies of #F84F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84F0C

Black with #F84F0C

Text Example


Text Example

White with #F84F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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