Html Css Color HEX #F84F0D International Orange

📋 copy color: '#F84F0D'

red 248 ◦ green 79 ◦ blue 13

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

Shades of International Orange #F84F0D

Tints of International Orange #F84F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.82%

R = 72.94%
G = 23.24%
B = 3.82%

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

#F84F0D (or 0xF84F0D) is known color: International Orange. HEX triplet: F8, 4F and 0D. RGB value is (248,79,13). Sum of RGB (Red+Green+Blue) = 248+79+13=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F84F0D is #07B0F2. Grayscale: #7A7A7A. Windows color (decimal): -504051 or 872440. OLE color: 872440.

HSL color Cylindrical-coordinate representation of color #F84F0D: hue angle of 16.85º 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 #F84F0D is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 79 13 -
CMYK 0 0.68 0.95 0.03
HSL 16.85º 0.94% 0.51% -
HSV(B) 16.85º 0.95% 0.97% -
XYZ 41.58 25.58 3.13 -
YUV 122.01 66.49 217.87 -
System Red Green Blue C M Y K H S L
Decimal 248 79 13 0 0.68 0.95 0.03 16.85 0.94 0.51
Hex F8 4F D 0 44 5F 3 11 5E 33
Octal 370 117 15 0 104 137 3 21 136 63
Binary 11111000 1001111 1101 0 1000100 1011111 11 10001 1011110 110011

Color Harmonies of #F84F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84F0D

Black with #F84F0D

Text Example


Text Example

White with #F84F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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