Html Css Color HEX #FA4F0F International Orange

📋 copy color: '#FA4F0F'

red 250 ◦ green 79 ◦ blue 15

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

Shades of International Orange #FA4F0F

Tints of International Orange #FA4F0F

RGB

 RED value IS 250 (98.05% from 255) = 72.67%

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

 BLUE value IS 15 (6.25% from 255) = 4.36%

R = 72.67%
G = 22.97%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA4F0F (or 0xFA4F0F) is known color: International Orange. HEX triplet: FA, 4F and 0F. RGB value is (250,79,15). Sum of RGB (Red+Green+Blue) = 250+79+15=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA4F0F is #05B0F0. Grayscale: #7B7B7B. Windows color (decimal): -372977 or 1003514. OLE color: 1003514.

HSL color Cylindrical-coordinate representation of color #FA4F0F: hue angle of 16.34º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA4F0F is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 79 15 -
CMYK 0 0.68 0.94 0.02
HSL 16.34º 0.96% 0.52% -
HSV(B) 16.34º 0.94% 0.98% -
XYZ 42.31 25.95 3.23 -
YUV 122.83 67.15 218.7 -
System Red Green Blue C M Y K H S L
Decimal 250 79 15 0 0.68 0.94 0.02 16.34 0.96 0.52
Hex FA 4F F 0 44 5E 2 10 60 34
Octal 372 117 17 0 104 136 2 20 140 64
Binary 11111010 1001111 1111 0 1000100 1011110 10 10000 1100000 110100

Color Harmonies of #FA4F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4F0F

Black with #FA4F0F

Text Example


Text Example

White with #FA4F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4F0F; }

 p { color: rgb(250,79,15); }

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

background-color css

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

 a { background-color: rgb(250,79,15); }

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

border-color css

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

 span { border-color: rgb(250,79,15); }

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