Html Css Color HEX #FA500C International Orange

📋 copy color: '#FA500C'

red 250 ◦ green 80 ◦ blue 12

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

Shades of International Orange #FA500C

Tints of International Orange #FA500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

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

R = 73.1%
G = 23.39%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA500C (or 0xFA500C) is known color: International Orange. HEX triplet: FA, 50 and 0C. RGB value is (250,80,12). Sum of RGB (Red+Green+Blue) = 250+80+12=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA500C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA500C is #05AFF3. Grayscale: #7B7B7B. Windows color (decimal): -372724 or 807162. OLE color: 807162.

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

Color convert

RGB 250 80 12 -
CMYK 0 0.68 0.95 0.02
HSL 17.14º 0.96% 0.51% -
HSV(B) 17.14º 0.95% 0.98% -
XYZ 42.36 26.09 3.15 -
YUV 123.08 65.32 218.53 -
System Red Green Blue C M Y K H S L
Decimal 250 80 12 0 0.68 0.95 0.02 17.14 0.96 0.51
Hex FA 50 C 0 44 5F 2 11 60 33
Octal 372 120 14 0 104 137 2 21 140 63
Binary 11111010 1010000 1100 0 1000100 1011111 10 10001 1100000 110011

Color Harmonies of #FA500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA500C

Black with #FA500C

Text Example


Text Example

White with #FA500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA500C; }

 p { color: rgb(250,80,12); }

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

background-color css

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

 a { background-color: rgb(250,80,12); }

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

border-color css

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

 span { border-color: rgb(250,80,12); }

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