Html Css Color HEX #FA4F09 International Orange

📋 copy color: '#FA4F09'

red 250 ◦ green 79 ◦ blue 9

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

Shades of International Orange #FA4F09

Tints of International Orange #FA4F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.66%

R = 73.96%
G = 23.37%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA4F09 (or 0xFA4F09) is known color: International Orange. HEX triplet: FA, 4F and 09. RGB value is (250,79,9). Sum of RGB (Red+Green+Blue) = 250+79+9=338 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.96% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA4F09 is #05B0F6. Grayscale: #7A7A7A. Windows color (decimal): -372983 or 610298. OLE color: 610298.

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

Color convert

RGB 250 79 9 -
CMYK 0 0.68 0.96 0.02
HSL 17.43º 0.96% 0.51% -
HSV(B) 17.43º 0.96% 0.98% -
XYZ 42.27 25.94 3.04 -
YUV 122.15 64.15 219.19 -
System Red Green Blue C M Y K H S L
Decimal 250 79 9 0 0.68 0.96 0.02 17.43 0.96 0.51
Hex FA 4F 9 0 44 60 2 11 60 33
Octal 372 117 11 0 104 140 2 21 140 63
Binary 11111010 1001111 1001 0 1000100 1100000 10 10001 1100000 110011

Color Harmonies of #FA4F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4F09

Black with #FA4F09

Text Example


Text Example

White with #FA4F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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