Html Css Color HEX #FA540C International Orange

📋 copy color: '#FA540C'

red 250 ◦ green 84 ◦ blue 12

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

Shades of International Orange #FA540C

Tints of International Orange #FA540C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.28%

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

R = 72.25%
G = 24.28%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA540C (or 0xFA540C) is known color: International Orange. HEX triplet: FA, 54 and 0C. RGB value is (250,84,12). Sum of RGB (Red+Green+Blue) = 250+84+12=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA540C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA540C is #05ABF3. Grayscale: #7D7D7D. Windows color (decimal): -371700 or 808186. OLE color: 808186.

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

Color convert

RGB 250 84 12 -
CMYK 0 0.66 0.95 0.02
HSL 18.15º 0.96% 0.51% -
HSV(B) 18.15º 0.95% 0.98% -
XYZ 42.66 26.69 3.25 -
YUV 125.43 64 216.85 -
System Red Green Blue C M Y K H S L
Decimal 250 84 12 0 0.66 0.95 0.02 18.15 0.96 0.51
Hex FA 54 C 0 42 5F 2 12 60 33
Octal 372 124 14 0 102 137 2 22 140 63
Binary 11111010 1010100 1100 0 1000010 1011111 10 10010 1100000 110011

Color Harmonies of #FA540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA540C

Black with #FA540C

Text Example


Text Example

White with #FA540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA540C; }

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

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

background-color css

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

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

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

border-color css

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

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

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