Html Css Color HEX #FA500E International Orange

📋 copy color: '#FA500E'

red 250 ◦ green 80 ◦ blue 14

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

Shades of International Orange #FA500E

Tints of International Orange #FA500E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.07%

R = 72.67%
G = 23.26%
B = 4.07%

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

#FA500E (or 0xFA500E) is known color: International Orange. HEX triplet: FA, 50 and 0E. RGB value is (250,80,14). Sum of RGB (Red+Green+Blue) = 250+80+14=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA500E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA500E is #05AFF1. Grayscale: #7B7B7B. Windows color (decimal): -372722 or 938234. OLE color: 938234.

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

Color convert

RGB 250 80 14 -
CMYK 0 0.68 0.94 0.02
HSL 16.78º 0.96% 0.52% -
HSV(B) 16.78º 0.94% 0.98% -
XYZ 42.37 26.09 3.22 -
YUV 123.31 66.32 218.37 -
System Red Green Blue C M Y K H S L
Decimal 250 80 14 0 0.68 0.94 0.02 16.78 0.96 0.52
Hex FA 50 E 0 44 5E 2 11 60 34
Octal 372 120 16 0 104 136 2 21 140 64
Binary 11111010 1010000 1110 0 1000100 1011110 10 10001 1100000 110100

Color Harmonies of #FA500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA500E

Black with #FA500E

Text Example


Text Example

White with #FA500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA500E; }

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

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

background-color css

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

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

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

border-color css

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

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

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